Home
last modified time | relevance | path

Searched refs:IsDir (Results 1 - 25 of 28) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_daemon/file_sharing/test/
H A Dfilesharing_test.cpp68 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 Dset_flag_utils.cpp49 if (!StorageDaemon::IsDir(path)) { in ParseDirPath()
59 if (StorageDaemon::IsDir(resPath.path())) { in ParseDirPath()
H A Dfile_utils.cpp77 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 Dkey_manager.cpp462 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 Dfileutils_fuzzer.cpp35 StorageDaemon::IsDir(metaData); in FileUtilFuzzTest()
/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()
/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;
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dfile_path.h56 static bool IsDir(const FilePath &path);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h41 static bool IsDir(const char *path);
/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) != 0 && !IsDir(targetFile)) { in AclSetAttribution()
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_manager.cpp50 if (!IsDir(device.path)) { in MountDevice()
H A Dmtp_device_monitor.cpp187 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 Dfile_utils.h35 bool IsDir(const std::string &path);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h83 bool IsDir(const std::string &path);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_handler_asset_test.cpp501 * @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 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()
/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
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp599 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 Dcj_zip.cpp113 if (FilePath::IsDir(paramPath)) { in FilePathEndIsSeparator()

Completed in 18 milliseconds

12