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:folderPath
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/component_test/
H
A
D
test_result_recorder.cpp
83
std::string HandleRelativeFolder(std::string&
folderPath
)
in HandleRelativeFolder()
argument
94
auto pos =
folderPath
.rfind("..");
in HandleRelativeFolder()
97
std::vector<std::string> splitInputResult = SplitString(
folderPath
);
in HandleRelativeFolder()
112
auto beginWithDot =
folderPath
.find(".") == 0;
in HandleRelativeFolder()
114
resultPath = currentPath + file_sep +
folderPath
;
in HandleRelativeFolder()
116
auto path =
folderPath
.substr(1,
folderPath
.size() - 1);
in HandleRelativeFolder()
123
std::string HandleAbsoluteFolder(std::string&
folderPath
)
in HandleAbsoluteFolder()
argument
127
size_t pos =
folderPath
.find(file_sep);
in HandleAbsoluteFolder()
129
disk =
folderPath
in HandleAbsoluteFolder()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
thumbnail_utils.cpp
161
string
folderPath
= dirName + '/' + folderName;
in DeleteBeginTimestampDir()
local
162
if (!MediaFileUtils::DeleteDir(
folderPath
)) {
in DeleteBeginTimestampDir()
164
DfxUtils::GetSafePath(
folderPath
).c_str(), data.id.c_str());
in DeleteBeginTimestampDir()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_extension.cpp
176
string
folderPath
= "/" + filePath.substr(0, pos);
in CheckAndCreateDirectory()
local
177
if (access(
folderPath
.c_str(), F_OK) != 0) {
in CheckAndCreateDirectory()
178
if (!ForceCreateDirectory(
folderPath
.data())) {
in CheckAndCreateDirectory()
Completed in 8 milliseconds