Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:basePath_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/arkui/ace_engine/adapter/preview/entrance/
H
A
D
rs_dir_asset_provider.h
45
RSDirAssetProvider(const std::string& basePath) :
basePath_
(basePath + "\\") {}
in RSDirAssetProvider()
47
RSDirAssetProvider(const std::string& basePath) :
basePath_
(basePath + "/") {}
in RSDirAssetProvider()
59
LOGI("GetAsset: %{public}s, %{private}s", assetName.c_str(),
basePath_
.c_str());
60
std::string fileName =
basePath_
+ assetName;
104
std::string fileName =
basePath_
+ assetName;
114
return
basePath_
;
120
std::string dirPath =
basePath_
+ "\\" + path;
132
std::string dirPath =
basePath_
+ "/" + path;
148
std::string
basePath_
;
member in OHOS::Ace::RSDirAssetProvider
/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H
A
D
std_filesystem.cpp
66
if (!
basePath_
.empty()) {
in ValidatePath()
67
// If
basePath_
is set we are in a sandbox. so all paths are relative to
basePath_
(after normalization)
in ValidatePath()
68
path =
basePath_
+ path;
in ValidatePath()
177
StdFilesystem::StdFilesystem(string_view basePath) :
basePath_
(basePath)
in StdFilesystem()
180
if (
basePath_
.back() == '/') {
in StdFilesystem()
181
basePath_
.resize(
basePath_
.size() - 1);
in StdFilesystem()
H
A
D
filesystem_api.cpp
76
string
basePath_
;
member in __anon9617::final
78
FilesystemApi() :
basePath_
(GetCurrentDirectory()), rootFs_(CreateStdFileSystem()) {}
in FilesystemApi()
120
SplitPath(
basePath_
, curDrive, curPath, curFilename, curExt);
in ResolvePath()
163
return NormalizePath(
basePath_
+ inPathRaw);
in ResolvePath()
H
A
D
file_manager.cpp
59
return protocol + "://" +
basePath_
;
in FixPath()
74
return protocol + "://" + NormalizePath(
basePath_
+ path);
in FixPath()
79
return protocol + "://" + NormalizePath(
basePath_
.substr(0, 3) + path); // 3: substring size
in FixPath()
89
return protocol + "://" + NormalizePath(
basePath_
+ path);
in FixPath()
98
FileManager::FileManager() :
basePath_
(GetCurrentDirectory()) {}
in FileManager()
H
A
D
std_filesystem.h
61
BASE_NS::string
basePath_
;
member in final
H
A
D
file_manager.h
79
BASE_NS::string
basePath_
;
member in final
Completed in 4 milliseconds