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:dirName
(Results
1 - 25
of
35
) sorted by relevance
1
2
/foundation/multimedia/ringtone_library/services/ringtone_scanner/src/
H
A
D
ringtone_scanner_utils.cpp
137
string
dirName
= RingtoneScannerUtils::GetFileNameFromUri(path);
in IsDirHidden()
local
/foundation/filemanagement/app_file_service/interfaces/common/src/
H
A
D
common_func.cpp
62
bool CommonFunc::GetDirByBundleNameAndAppIndex(const std::string &bundleName, int32_t appIndex, std::string &
dirName
)
in GetDirByBundleNameAndAppIndex()
argument
91
string
dirName
= "" ;
in GetSelfBundleName()
local
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H
A
D
bundle_file_utils.cpp
122
std::string
dirName
= std::string(path) + "/" + dp->d_name;
in RemoveFile()
local
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H
A
D
scanner_utils.cpp
147
string
dirName
= ScannerUtils::GetFileNameFromUri(path);
in IsDirHidden()
local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H
A
D
process_system_api_adapter_impl.cpp
69
std::string
dirName
;
in SetSecurityOption()
local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
copy_dir.cpp
171
std::string
dirName
= std::string(src).substr(found);
in CopyDirFunc()
local
H
A
D
copy.cpp
313
std::string
dirName
;
in CopyDirFunc()
local
H
A
D
file_fs_impl.cpp
641
string
dirName
= string(src).substr(found);
in MoveDirFunc()
local
/foundation/ability/ability_runtime/services/uripermmgr/src/
H
A
D
uri_permission_utils.cpp
183
bool UPMSUtils::GetDirByBundleNameAndAppIndex(const std::string &bundleName, int32_t appIndex, std::string &
dirName
)
in GetDirByBundleNameAndAppIndex()
argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/common/
H
A
D
distributeddb_tools_test.cpp
84
std::string
dirName
;
in RemoveTestDbFiles()
local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H
A
D
copydir.cpp
224
string
dirName
= string(src).substr(found);
in CopyDirFunc()
local
H
A
D
movedir.cpp
260
string
dirName
= string(src).substr(found);
in MoveDirFunc()
local
H
A
D
copy.cpp
436
std::string
dirName
;
in CopyDirFunc()
local
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H
A
D
mtpfs_util.cpp
133
bool SmtpfsCreateDir(const std::string &
dirName
)
in SmtpfsCreateDir()
argument
138
bool SmtpfsRemoveDir(const std::string &
dirName
)
in SmtpfsRemoveDir()
argument
/foundation/filemanagement/user_file_service/test/unittest/
H
A
D
external_notify_test.cpp
901
static void RegisterDirNotify(Uri parentUri, std::string
dirName
, IFileAccessObserver *observer)
in RegisterDirNotify()
argument
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_share.cpp
81
string
dirName
= "" ;
in GetTargetInfo()
local
/foundation/arkui/ace_engine/frameworks/core/components/camera/standard_system/
H
A
D
camera.cpp
64
inline bool IsDirectory(const char *
dirName
)
in IsDirectory()
argument
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H
A
D
ithumbnail_helper.cpp
509
string
dirName
= MediaFileUtils::GetParentPath(fileName);
in IsCreateLcdExSuccess()
local
595
string
dirName
= MediaFileUtils::GetParentPath(fileName);
in GenThumbnailEx()
local
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H
A
D
dfx_manager.cpp
298
void DfxManager::IsDirectoryExist(const string&
dirName
)
in IsDirectoryExist()
argument
/foundation/multimedia/ringtone_library/services/utils/src/
H
A
D
ringtone_file_utils.cpp
238
bool RingtoneFileUtils::IsDirectory(const string &
dirName
, shared_ptr<int> errCodePtr)
in IsDirectory()
argument
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H
A
D
network_security_config.cpp
194
auto
dirName
= GetRehashedCADirName(caPath);
in BuildRehasedCAPath()
local
218
auto
dirName
= GetRehashedCADirName(caPath);
in GetRehasedCAPath()
local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_backup.cpp
447
void KeyBackup::FsyncDirectory(const std::string &
dirName
)
in FsyncDirectory()
argument
495
std::string
dirName
= pathName.substr(0, pos);
in MkdirParent()
local
[all...]
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_utils_tool.cpp
341
void ScanInputDevicesPath(const std::string &
dirName
, std::vector<std::string> &vecInputDevPath)
in ScanInputDevicesPath()
argument
/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H
A
D
zip_file.cpp
95
inline bool IsRootDir(const std::string &
dirName
)
in IsRootDir()
argument
/foundation/filemanagement/dfs_service/utils/dentry/src/
H
A
D
meta_file.cpp
179
std::string
dirName
= GetFileName(path);
in MetaFile()
local
Completed in 34 milliseconds
1
2