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:fileDir
(Results
1 - 5
of
5
) sorted by relevance
/base/update/updateservice/services/core/ability/utils/src/
H
A
D
file_utils.cpp
115
bool FileUtils::CreateMultiDirWithPermission(const std::string &
fileDir
, int32_t permission)
in CreateMultiDirWithPermission()
argument
117
std::string curDir = GetCurrentDir(
fileDir
);
in CreateMultiDirWithPermission()
128
if (!CreatDirWithPermission(dirStack.top(), baseDirMap_.count(
fileDir
) ? baseDirMap_[
fileDir
] : permission)) {
in CreateMultiDirWithPermission()
136
std::string FileUtils::GetParentDir(const std::string &
fileDir
)
in GetParentDir()
argument
138
auto curDir = std::filesystem::path(
fileDir
);
in GetParentDir()
143
std::string FileUtils::GetCurrentDir(const std::string &
fileDir
)
in GetCurrentDir()
argument
146
if (
fileDir
.length() > 0 &&
fileDir
.back() == '/') {
in GetCurrentDir()
147
return GetParentDir(
fileDir
);
in GetCurrentDir()
182
CreatDirWithPermission(const std::string &
fileDir
, int32_t dirPermission)
CreatDirWithPermission()
argument
[all...]
/base/update/updateservice/services/core/ability/utils/include/
H
A
D
file_utils.h
43
static bool CreateMultiDirWithPermission(const std::string &
fileDir
, int32_t permission);
47
static std::string GetParentDir(const std::string &
fileDir
);
50
static std::string GetCurrentDir(const std::string &
fileDir
);
51
static bool CreatDirWithPermission(const std::string &
fileDir
, int32_t dirPermission);
/base/update/updateservice/services/engine/src/
H
A
D
progress_thread.cpp
268
std::string
fileDir
= fileName;
in FileOpen()
local
269
auto pos =
fileDir
.find_last_of("/");
in FileOpen()
271
fileDir
.erase(pos + 1);
in FileOpen()
277
char *path = realpath(
fileDir
.c_str(), NULL);
in FileOpen()
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_data_deal.cpp
119
std::string
fileDir
= configFileDir_ + std::to_string(id);
in DealWithFileDeleteEvent()
local
120
if (!accountFileOperator_->IsExistDir(
fileDir
)) {
in DealWithFileDeleteEvent()
/base/print/print_fwk/services/print_service/src/
H
A
D
print_cups_client.cpp
935
PRINT_HILOGE("GetPPDFile printerName is out of
fileDir
");
in GetPPDFile()
939
std::string
fileDir
= "/data/service/el1/public/print_service/cups/ppd/";
in GetPPDFile()
local
941
std::string filePath =
fileDir
+ pName + ".ppd";
in GetPPDFile()
Completed in 6 milliseconds