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
defs:rootDir
(Results
26 - 39
of
39
) sorted by relevance
1
2
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_manager.cpp
666
DIR*
rootDir
= opendir(ACCOUNT_CFG_DIR_ROOT_PATH.c_str());
in CheckOhosAccountCanBind()
local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_util.cpp
815
char *
rootDir
= nullptr;
in MkDirs()
local
940
char *
rootDir
= reinterpret_cast<char *>(UI_Malloc((index + 1) * sizeof(char)));
GetRootDir()
local
[all...]
/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H
A
D
client_trans_session_test.cpp
744
char
rootDir
[FILE_RECV_ROOT_DIR_SIZE_MAX + 2] = {0};
in HWTEST_F()
local
770
char
rootDir
[FILE_RECV_ROOT_DIR_SIZE_MAX + 2] = {0};
in HWTEST_F()
local
/foundation/multimodalinput/input/tools/vuinput/src/
H
A
D
virtual_device.cpp
71
static inline bool IsValidPath(const std::string&
rootDir
, const std::string& filePath)
in IsValidPath()
argument
/foundation/multimodalinput/input/util/common/src/
H
A
D
util.cpp
273
static bool IsValidPath(const std::string &
rootDir
, const std::string &filePath)
in IsValidPath()
argument
/foundation/communication/dsoftbus/sdk/transmission/session/src/
H
A
D
client_trans_session_service.c
622
static bool IsValidFileReceivePath(const char *
rootDir
)
in IsValidFileReceivePath()
argument
637
SetFileReceiveListener(const char *pkgName, const char *sessionName, const IFileReceiveListener *recvListener, const char *
rootDir
)
SetFileReceiveListener()
argument
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_proxy_file_manager.c
1160
const char *
rootDir
= event.UpdateRecvPath();
in UpdateFileReceivePath()
local
1230
const char *
rootDir
= info->fileListener.
rootDir
;
in GetFileInfoByStartFrame()
local
[all...]
/base/account/os_account/services/accountmgr/src/osaccount/
H
A
D
os_account_control_file_manager.cpp
423
DIR*
rootDir
= opendir(Constants::USER_INFO_BASE.c_str());
in RecoverAccountListJsonFile()
local
/base/startup/appspawn/standard/
H
A
D
appspawn_service.c
1416
DIR *
rootDir
= opendir(rootPath);
in ProcessSpawnRemountMsg()
local
1460
DIR *
rootDir
= opendir(rootPath);
in ProcessSpawnRemountMsg()
local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_object_utils.cpp
1606
string
rootDir
= relativePath.substr(0, pos + 1);
in GetRootDirAssetByRelativePath()
local
H
A
D
medialibrary_asset_operations.cpp
1071
map<int, string>
rootDir
= {
in GetAssetRootDir()
local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_operator.cpp
727
bool InstalldOperator::IsValidPath(const std::string &
rootDir
, const std::string &path)
in IsValidPath()
argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H
A
D
media_file_utils.cpp
938
void MediaFileUtils::GetRootDirFromRelativePath(const string &relativePath, string &
rootDir
)
in GetRootDirFromRelativePath()
argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H
A
D
bundle_mgr_host_impl.cpp
1402
std::vector<std::string>
rootDir
;
in CleanBundleCacheTaskGetCleanSize()
local
1539
std::vector<std::string>
rootDir
;
in CleanBundleCacheTask()
local
Completed in 34 milliseconds
1
2