/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_file_utils.cpp | 28 bool BundleFileUtils::IsExistDir(const char *path) in IsExistDir() function in OHOS::BundleFileUtils 59 if (IsExistDir(dir)) { in MkRecursiveDir() 70 if ((rootDir[i] == PATH_SEPARATOR || i == (len - 1)) && !IsExistDir(rootDir)) { in MkRecursiveDir() 86 if (IsExistDir(dir)) { in MkOwnerDir() 97 if ((rootDir[i] == PATH_SEPARATOR || i == (len - 1)) && !IsExistDir(rootDir)) { in MkOwnerDir() 111 } else if (IsExistDir(path)) { in RemoveFile()
|
H A D | bundle_daemon_handler.cpp | 142 if (!BundleFileUtils::IsExistDir(dataDir.c_str())) { in CreateDataDirectory() 177 if (!BundleFileUtils::IsExistDir(dir.c_str())) { in StoreContentToFile() 211 if (!BundleFileUtils::IsExistDir(newFile)) { in MoveFile() 226 if (BundleFileUtils::IsExistDir(oldFileName.c_str())) { in MoveFile()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | user_unlocked_event_subscriber.cpp | 113 if (InstalldClient::GetInstance()->IsExistDir(baseBundleDataDir, isExist) != ERR_OK) { in CreateBundleDataDir() 114 APP_LOGE("path: %{public}s IsExistDir failed", baseBundleDataDir.c_str()); in CreateBundleDataDir() 172 if (!BundleUtil::IsExistDir(parentDir)) { in CreateDataGroupDir() 306 auto result = InstalldClient::GetInstance()->IsExistDir(parentEl1Dir, isEl1Existed); in CreateNewBackupDir() 312 result = InstalldClient::GetInstance()->IsExistDir(parentEl2Dir, isEl2Existed); in CreateNewBackupDir() 325 auto result = InstalldClient::GetInstance()->IsExistDir(dir, isDirExisted); in CreateNewBackupDir() 343 if (!BundleUtil::IsExistDir(parentDir)) { in CreateBundleLogDir() 349 if (InstalldClient::GetInstance()->IsExistDir(bundleLogDir, isExist) != ERR_OK) { in CreateBundleLogDir() 350 APP_LOGE("path: %{public}s IsExistDir failed", bundleLogDir.c_str()); in CreateBundleLogDir() 379 if (!BundleUtil::IsExistDir(parentDi in CreateBundleCloudDir() [all...] |
H A D | el5_filekey_callback.cpp | 66 auto result = InstalldClient::GetInstance()->IsExistDir(parentDir, isDirExisted); in CheckEl5Dir() 71 result = InstalldClient::GetInstance()->IsExistDir(baseDir, isDirExisted); in CheckEl5Dir()
|
H A D | installd_client.cpp | 371 ErrCode InstalldClient::IsExistDir(const std::string &dir, bool &isExist) in IsExistDir() function in OHOS::AppExecFwk::InstalldClient 373 return CallService(&IInstalld::IsExistDir, dir, isExist); in IsExistDir()
|
H A D | bundle_state_storage.cpp | 67 bool isDirExist = BundleUtil::IsExistDir(ServiceConstants::BUNDLE_MANAGER_SERVICE_PATH); in HasBundleUserInfoJsonDb()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_installd_proxy.h | 29 virtual ErrCode IsExistDir(const std::string &dir, bool &isExist) override;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_file_utils.h | 33 static bool IsExistDir(const char *path);
|
/foundation/bundlemanager/bundle_framework/common/utils/include/ |
H A D | bundle_file_util.h | 34 static bool IsExistDir(const std::string &dirPath);
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | params_config_operator.h | 34 bool IsExistDir(const std::string& path);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_proxy.cpp | 57 ErrCode MockInstalldProxy::IsExistDir(const std::string &dir, bool &isExist) in IsExistDir() function in OHOS::AppExecFwk::MockInstalldProxy
|
H A D | installd_service.cpp | 94 if (InstalldOperator::IsExistDir(path)) { in InitDir()
|
H A D | installd_client.cpp | 311 ErrCode InstalldClient::IsExistDir(const std::string &dir, bool &isExist) in IsExistDir() function in OHOS::AppExecFwk::InstalldClient 313 return CallService(&IInstalld::IsExistDir, dir, isExist); in IsExistDir()
|
H A D | mock_installd_host_impl.cpp | 174 ErrCode InstalldHostImpl::IsExistDir(const std::string &dir, bool &isExist)
in IsExistDir() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 193 ErrCode InstalldClient::IsExistDir(const std::string &dir, bool &isExist) in IsExistDir() function in OHOS::AppExecFwk::InstalldClient
|
/foundation/bundlemanager/bundle_framework/common/utils/src/ |
H A D | bundle_file_util.cpp | 211 if (IsExistDir(path)) { in DeleteDir() 233 bool BundleFileUtil::IsExistDir(const std::string &dirPath) in IsExistDir() function in OHOS::AppExecFwk::BundleFileUtil
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/ |
H A D | installd_service.cpp | 106 if (InstalldOperator::IsExistDir(path)) { in InitDir()
|
H A D | installd_operator.cpp | 177 bool InstalldOperator::IsExistDir(const std::string &path) in IsExistDir() function in OHOS::AppExecFwk::InstalldOperator 212 if (IsExistDir(path)) { in DeleteDir() 433 if (!IsExistDir(dir) && !MkRecursiveDir(dir, true)) { in ExtractTargetHnpFile() 499 if (!IsExistDir(targetPath)) { in ExtractTargetFile() 519 if (!IsExistDir(dir) && !MkRecursiveDir(dir, true)) { in ExtractTargetFile() 1114 if (!IsExistDir(subNewSoPath) && !MkRecursiveDir(subNewSoPath, true)) { in ScanSoFiles() 1194 if (!IsExistDir(oldSoPath) || !IsExistDir(diffFilePath)) { in ProcessApplyDiffPatchPath() 1214 if (!IsExistDir(newSoPath)) { in ProcessApplyDiffPatchPath() 1759 if (!IsExistDir(innerTmpSoPat in ExtractSoFilesToTmpHapPath() [all...] |
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/ |
H A D | file_share.cpp | 99 static bool IsExistDir(const string &path, FileShareInfo &info) in IsExistDir() function 176 } else if (IsExistDir(info.providerLowerPath_, info)) { in GetShareFileType()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 156 static bool IsExistDir(const std::string &path);
|
H A D | installd_client.h | 168 ErrCode IsExistDir(const std::string &dir, bool &isExist);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 182 virtual ErrCode IsExistDir(const std::string &dir, bool &isExist) override;
|
H A D | installd_operator.h | 57 static bool IsExistDir(const std::string &path);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 310 virtual ErrCode IsExistDir(const std::string &dir, bool &isExist) in IsExistDir() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 183 virtual ErrCode IsExistDir(const std::string &dir, bool &isExist) override;
|