/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/ |
H A D | filesharing_test.cpp | 68 EXPECT_TRUE(IsDir(SHARE_TOB_DIR)); 91 EXPECT_TRUE(IsDir(PUBLIC_DIR)); 92 EXPECT_TRUE(IsDir(FILE_SHARING_DIR)); 116 EXPECT_TRUE(IsDir(SHARE_TOB_DIR)); 117 EXPECT_TRUE(IsDir(PUBLIC_DIR)); 118 EXPECT_TRUE(IsDir(FILE_SHARING_DIR));
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | key_manager.cpp | 484 if (IsDir(globalUserEl1Path)) { in InitGlobalUserKeys() 519 if ((!IsDir(USER_EL1_DIR)) || (!IsDir(USER_EL2_DIR)) || (!IsDir(USER_EL3_DIR)) || in GenerateUserKeys() 520 (!IsDir(USER_EL4_DIR)) || (!IsDir(USER_EL5_DIR))) { in GenerateUserKeys() 540 if (IsDir(el1Path) || IsDir(el2Path) || IsDir(el3Path) || IsDir(el4Path) || IsDir(el5Path)) { in GenerateElxAndInstallUserKey() 661 if (!IsDir(elPath)) { in GenerateUserKeyByType() 667 if (IsDir(elUserKeyPath)) { in GenerateUserKeyByType() 1044 if (!IsDir(keyDir)) { in UpdateCeEceSeceUserAuth() 1110 if ((type != EL5_KEY) && !IsDir(keyDir)) { in UpdateCeEceSeceUserAuth() 1185 if (!IsDir(keyDir) || !IsDir(keyUeceDir)) { in UpdateCeEceSeceUserAuth() 1190 if (IsDir(keyDir) && std::filesystem::is_empty(keyDir)) { in UpdateCeEceSeceUserAuth() [all …]
|
H A D | base_key.cpp | 374 bool hasLatest = IsDir(dir_ + PATH_LATEST); in StoreKey() 410 bool hasLatest = IsDir(dir_ + PATH_LATEST); in StoreKey() 796 if (!IsDir(dir_)) { in StoreKey()
|
/ohos5.0/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()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | set_flag_utils.cpp | 51 if (!StorageDaemon::IsDir(path)) { in ParseDirPath() 77 if (StorageDaemon::IsDir(resPath.path())) { in ParseDirPath()
|
H A D | file_utils.cpp | 79 bool IsDir(const std::string &path) in IsDir() function
|
/ohos5.0/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;
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/src/ |
H A D | mount_manager.cpp | 302 if (!IsDir(srcPath)) { in HmSharefsMount() 306 if (!IsDir(dstPath)) { in HmSharefsMount() 637 if (!IsDir(completePath)) { in CheckPathValid() 695 if (!IsDir(dstPath)) { in MountSandboxPath() 699 if (!IsDir(srcPath)) { in MountSandboxPath() 1198 if (CloudDirFlag(path) && IsDir(path)) { in CreateVirtualDirs() 1372 if (path.empty() || !IsDir(path)) { in SharedMount() 1391 if (srcPath.empty() || !IsDir(srcPath)) { in BindAndRecMount() 1395 if (dstPath.empty() || !IsDir(dstPath)) { in BindAndRecMount() 1505 if (!IsDir(curOtherAppdataPath)) { in MountAppdataAndSharefs() [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/fileutils_fuzzer/ |
H A D | fileutils_fuzzer.cpp | 35 StorageDaemon::IsDir(metaData); in FileUtilFuzzTest()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_util.h | 41 static bool IsDir(const char *path);
|
/ohos5.0/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) && !IsDir(targetFile)) { in AclSetAttribution()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/ |
H A D | file_path.h | 56 static bool IsDir(const FilePath &path);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/ |
H A D | softbus_handler_asset_test.cpp | 510 auto rlt = softBusHandlerAsset.IsDir(fileName); 518 rlt = softBusHandlerAsset.IsDir(fileName); 522 rlt = softBusHandlerAsset.IsDir(fileName);
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/utils/ |
H A D | file_utils.h | 40 bool IsDir(const std::string &path);
|
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/ |
H A D | softbus_handler_asset.h | 83 bool IsDir(const std::string &path);
|
/ohos5.0/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()
|
/ohos5.0/base/startup/init/test/unittest/param/ |
H A D | param_stub.cpp | 311 static bool IsDir(const std::string &path) in IsDir() function 332 if (IsDir(tmpName)) { in DeleteDir()
|
/ohos5.0/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
|
/ohos5.0/drivers/peripheral/usb/ddk/device/src/ |
H A D | adapter_if.c | 58 static bool IsDir(const char *path) in IsDir() function 103 if (IsDir(path)) { in DeleteFile()
|