Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H A Dfilesharing_test.cpp68 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 Dkey_manager.cpp484 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 Dbase_key.cpp374 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 Dbundle_util.cpp130 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 Dbundle_manager_service.cpp352 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 Dgt_bundle_installer.cpp339 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 Dgt_bundle_manager_service.cpp425 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 Dset_flag_utils.cpp51 if (!StorageDaemon::IsDir(path)) { in ParseDirPath()
77 if (StorageDaemon::IsDir(resPath.path())) { in ParseDirPath()
H A Dfile_utils.cpp79 bool IsDir(const std::string &path) in IsDir() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/ohos/
H A Dohos_file.cpp99 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 Dohos_file.h94 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 Dmount_manager.cpp302 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 Dfileutils_fuzzer.cpp35 StorageDaemon::IsDir(metaData); in FileUtilFuzzTest()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h41 static bool IsDir(const char *path);
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/src/
H A Dfile_sharing.cpp21 if (!IsDir(FSCRYPT_EL1_PUBLIC)) { in SetupFileSharingDir()
H A Dsetacl.cpp228 if (strcmp(aclAttrName, ACL_XATTR_ACCESS) && !IsDir(targetFile)) { in AclSetAttribution()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h56 static bool IsDir(const FilePath &path);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_asset_test.cpp510 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 Dfile_utils.h40 bool IsDir(const std::string &path);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h83 bool IsDir(const std::string &path);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp459 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 Dparam_stub.cpp311 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 Dzip_writer.cpp191 bool isDir = FilePath::IsDir(absolutePath); in FlushEntriesIfNeeded()
H A Dfile_path.cpp260 bool FilePath::IsDir(const FilePath &path) in IsDir() function in OHOS::AppExecFwk::LIBZIP::FilePath
/ohos5.0/drivers/peripheral/usb/ddk/device/src/
H A Dadapter_if.c58 static bool IsDir(const char *path) in IsDir() function
103 if (IsDir(path)) { in DeleteFile()

12