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 - 5
of
5
) sorted by relevance
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_request_task.cpp
153
for (const auto &
folderPath
: dirs) {
in SetDirsPermission()
154
fs::path folder =
folderPath
;
in SetDirsPermission()
241
for (const auto &
folderPath
: dirs) {
in RemoveDirsPermission()
242
fs::path folder =
folderPath
;
in RemoveDirsPermission()
/base/update/updater/utils/
H
A
D
utils.cpp
653
long long int GetDirSize(const std::string &
folderPath
)
in GetDirSize()
argument
655
DIR* dir = opendir(
folderPath
.c_str());
in GetDirSize()
657
LOG(ERROR) << "Failed to open folder: " <<
folderPath
<< std::endl;
in GetDirSize()
665
std::string filePath =
folderPath
+ "/" + fileName;
in GetDirSize()
695
bool DeleteOldFile(const std::string
folderPath
)
in DeleteOldFile()
argument
697
DIR* dir = opendir(
folderPath
.c_str());
in DeleteOldFile()
699
LOG(ERROR) << "Failed to open folder: " <<
folderPath
<< std::endl;
in DeleteOldFile()
708
std::string filePath =
folderPath
+ "/" + fileName;
in DeleteOldFile()
/base/update/updater/utils/include/
H
A
D
utils.h
83
long long int GetDirSize(const std::string &
folderPath
);
/base/hiviewdfx/faultloggerd/services/
H
A
D
fault_logger_daemon.cpp
709
std::string
folderPath
= "";
in CreateFileForRequest()
local
710
folderPath
= faultLoggerConfig_->GetLogFilePath();
in CreateFileForRequest()
717
std::string ss =
folderPath
+ "/" + typeStr + "-" + std::to_string(pid);
in CreateFileForRequest()
/base/request/request/frameworks/js/napi/src/
H
A
D
js_task.cpp
966
for (const auto &
folderPath
: dirs) {
in SetDirsPermission()
967
fs::path folder =
folderPath
;
in SetDirsPermission()
1102
for (const auto &
folderPath
: dirs) {
in RemoveDirsPermission()
1103
fs::path folder =
folderPath
;
in RemoveDirsPermission()
Completed in 7 milliseconds