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:IsDir
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H
A
D
filesharing_test.cpp
68
EXPECT_TRUE(
IsDir
(SHARE_TOB_DIR));
in HWTEST_F()
91
EXPECT_TRUE(
IsDir
(PUBLIC_DIR));
in HWTEST_F()
92
EXPECT_TRUE(
IsDir
(FILE_SHARING_DIR));
in HWTEST_F()
116
EXPECT_TRUE(
IsDir
(SHARE_TOB_DIR));
in HWTEST_F()
117
EXPECT_TRUE(
IsDir
(PUBLIC_DIR));
in HWTEST_F()
118
EXPECT_TRUE(
IsDir
(FILE_SHARING_DIR));
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H
A
D
set_flag_utils.cpp
49
if (!StorageDaemon::
IsDir
(path)) {
in ParseDirPath()
59
if (StorageDaemon::
IsDir
(resPath.path())) {
in ParseDirPath()
H
A
D
file_utils.cpp
77
bool
IsDir
(const std::string &path)
in IsDir()
function
601
if (
IsDir
(path)) {
in IsTempFolder()
614
if (!
IsDir
(path)) {
in DelTemp()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_manager.cpp
462
if (
IsDir
(globalUserEl1Path)) {
in InitGlobalUserKeys()
492
if ((!
IsDir
(USER_EL1_DIR)) || (!
IsDir
(USER_EL2_DIR)) || (!
IsDir
(USER_EL3_DIR)) ||
in GenerateUserKeys()
493
(!
IsDir
(USER_EL4_DIR)) || (!
IsDir
(USER_EL5_DIR))) {
in GenerateUserKeys()
513
if (
IsDir
(el1Path) ||
IsDir
(el2Path) ||
IsDir
(el3Path) ||
IsDir
(el4Pat
in GenerateElxAndInstallUserKey()
[all...]
/foundation/filemanagement/storage_service/test/fuzztest/fileutils_fuzzer/
H
A
D
fileutils_fuzzer.cpp
35
StorageDaemon::
IsDir
(metaData);
in FileUtilFuzzTest()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_util.cpp
130
bool BundleUtil::
IsDir
(const char *path)
in IsDir()
function in OHOS::BundleUtil
283
if (!
IsDir
(filePath)) {
in GetCurrentFolderSize()
484
if (!
IsDir
(*codePath)) {
in CheckBundleJsonIsValid()
805
if (
IsDir
(dir)) {
in MkDirs()
829
if (
IsDir
(rootDir)) {
in MkDirs()
851
if (!
IsDir
(path)) {
in RemoveDir()
901
if (
IsDir
(newDir) && !RemoveDir(newDir)) {
in RenameDir()
977
if (
IsDir
(filePath)) {
in CheckDirIsEmpty()
H
A
D
bundle_manager_service.cpp
352
if (!BundleUtil::
IsDir
(JSON_PATH)) {
in ScanPackages()
375
if (BundleUtil::
IsDir
(EXTEANAL_INSTALL_PATH)) {
in ScanPackages()
400
if (!BundleUtil::
IsDir
(appPath.c_str())) {
in ScanAppDir()
752
if (!BundleUtil::
IsDir
(path.c_str())) {
in ScanSharedLibPath()
H
A
D
gt_bundle_installer.cpp
339
if (!BundleUtil::
IsDir
(srcRawFilePath)) {
in MoveRawFileToDataPath()
501
if (!BundleUtil::
IsDir
(jsPath)) {
in TransformJsToBc()
528
if (!BundleUtil::
IsDir
(bundleInfo->abilityInfo->srcPath)) {
in UpdateBundleInfo()
776
if (!BundleUtil::
IsDir
(PERMISSIONS_PATH)) {
in StorePermissions()
H
A
D
gt_bundle_manager_service.cpp
425
if (!BundleUtil::
IsDir
(JSON_PATH_NO_SLASH_END)) {
in InstallPreBundle()
662
if (!BundleUtil::
IsDir
(appPath)) {
in ScanThirdApp()
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H
A
D
ohos_file.cpp
99
bool OhosFileDirectory::
IsDir
(BASE_NS::string_view path, std::vector<std::string>& fileList) const
in IsDir()
function in OhosFileDirectory
130
if (
IsDir
(path, fileList)) {
in Open()
160
} else if (
IsDir
(uriIn, fileList)) {
in GetEntry()
H
A
D
ohos_file.h
94
bool
IsDir
(BASE_NS::string_view path, std::vector<std::string>& fileList) const;
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H
A
D
file_path.h
56
static bool
IsDir
(const FilePath &path);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H
A
D
bundle_util.h
41
static bool
IsDir
(const char *path);
/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H
A
D
file_sharing.cpp
21
if (!
IsDir
(FSCRYPT_EL1_PUBLIC)) {
in SetupFileSharingDir()
H
A
D
setacl.cpp
228
if (strcmp(aclAttrName, ACL_XATTR_ACCESS) != 0 && !
IsDir
(targetFile)) {
in AclSetAttribution()
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H
A
D
mtp_device_manager.cpp
50
if (!
IsDir
(device.path)) {
in MountDevice()
H
A
D
mtp_device_monitor.cpp
187
if (
IsDir
(iter->path) && !std::filesystem::is_empty(iter->path) && (res > 0)) {
in CheckAndUmountRemovedMtpDevice()
/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/
H
A
D
file_utils.h
35
bool
IsDir
(const std::string &path);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H
A
D
softbus_handler_asset.h
83
bool
IsDir
(const std::string &path);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_handler_asset_test.cpp
501
* @tc.desc: Verify the
IsDir
function.
510
auto rlt = softBusHandlerAsset.
IsDir
(fileName);
in HWTEST_F()
518
rlt = softBusHandlerAsset.
IsDir
(fileName);
in HWTEST_F()
522
rlt = softBusHandlerAsset.
IsDir
(fileName);
in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_handler_asset.cpp
459
if (!
IsDir
(relativePath)) {
in DecompressFile()
533
bool SoftBusHandlerAsset::
IsDir
(const std::string &path)
in IsDir()
function in OHOS::Storage::DistributedFile::SoftBusHandlerAsset
561
if (!
IsDir
(filenameWithPath)) {
in ExtractFile()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H
A
D
zip_writer.cpp
191
bool isDir = FilePath::
IsDir
(absolutePath);
in FlushEntriesIfNeeded()
H
A
D
file_path.cpp
260
bool FilePath::
IsDir
(const FilePath &path)
in IsDir()
function in OHOS::AppExecFwk::LIBZIP::FilePath
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H
A
D
mount_manager.cpp
599
if (!
IsDir
(completePath)) {
in CheckPathValid()
662
if (!
IsDir
(dstPath)) {
in MountSandboxPath()
666
if (!
IsDir
(srcPath)) {
in MountSandboxPath()
1125
if (CloudDirFlag(path) &&
IsDir
(path)) {
in CreateVirtualDirs()
/foundation/bundlemanager/bundle_framework/interfaces/kits/cj/src/
H
A
D
cj_zip.cpp
113
if (FilePath::
IsDir
(paramPath)) {
in FilePathEndIsSeparator()
Completed in 18 milliseconds
1
2