Flutter Engine
Loading...
Searching...
No Matches
paths_qnx.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
flutter/fml/paths.h
"
6
7
namespace
fml
{
8
namespace
paths {
9
10
std::pair<bool, std::string>
GetExecutablePath
() {
11
// Unsupported on this platform.
12
return
{
false
,
""
};
13
}
14
15
fml::UniqueFD
GetCachesDirectory
() {
16
// Unsupported on this platform.
17
return
{};
18
}
19
20
}
// namespace paths
21
}
// namespace fml
fml::UniqueObject< int, internal::os_unix::UniqueFDTraits >
fml::paths::GetExecutablePath
std::pair< bool, std::string > GetExecutablePath()
Definition
paths_android.cc:12
fml::paths::GetCachesDirectory
fml::UniqueFD GetCachesDirectory()
Definition
paths_android.cc:22
fml
Definition
ascii_trie.cc:9
paths.h
fml
platform
qnx
paths_qnx.cc
Generated on Thu Nov 6 2025 16:11:22 for Flutter Engine by
1.9.8