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:pathUri
(Results
1 - 4
of
4
) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H
A
D
io_util.cpp
113
bool CreateDirectories(CORE_NS::IFileManager& fileManager, string_view
pathUri
)
in CreateDirectories()
argument
117
auto pos =
pathUri
.find("://") + 3;
in CreateDirectories()
118
size_t end =
pathUri
.find('/', pos);
in CreateDirectories()
119
auto part =
pathUri
.substr(0, end);
in CreateDirectories()
138
bool DeleteDirectory(CORE_NS::IFileManager& fileManager, string_view
pathUri
)
in DeleteDirectory()
argument
140
auto dir = fileManager.OpenDirectory(
pathUri
);
in DeleteDirectory()
148
auto childUri = PathUtil::ResolvePath(
pathUri
, entry.name);
in DeleteDirectory()
163
return fileManager.DeleteDirectory(
pathUri
) && result;
in DeleteDirectory()
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H
A
D
deeplink_reserve_config.cpp
147
std::string
pathUri
(reservedUriString);
in isUriMatched()
148
pathUri
.append(reservedUri.path);
in isUriMatched()
149
if (optParamUri ==
pathUri
) {
in isUriMatched()
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/
H
A
D
io_util.h
71
bool CreateDirectories(CORE_NS::IFileManager& fileManager, ::string_view
pathUri
);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
skill.cpp
387
std::string
pathUri
(skillUriString);
in MatchUri()
388
pathUri
.append(skillUri.path);
in MatchUri()
389
if (optParamUri ==
pathUri
) {
in MatchUri()
Completed in 3 milliseconds