Home
last modified time | relevance | path

Searched refs:IsExistFile (Results 1 - 25 of 38) sorted by relevance

12

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/
H A Dmock_installd_proxy.h28 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/
H A Dbundle_file_utils.h34 static bool IsExistFile(const char *file);
/foundation/bundlemanager/bundle_framework/common/utils/include/
H A Dbundle_file_util.h33 static bool IsExistFile(const std::string &filePath);
/foundation/multimedia/av_session/services/session/adapter/
H A Dparams_config_operator.h35 bool IsExistFile(const std::string& path);
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_file_utils.cpp41 bool BundleFileUtils::IsExistFile(const char *file) in IsExistFile() function in OHOS::BundleFileUtils
109 if (IsExistFile(path)) { in RemoveFile()
H A Dbundle_daemon_handler.cpp200 if (BundleFileUtils::IsExistFile(static_cast<char *>(realOldPath))) { in MoveFile()
207 if (BundleFileUtils::IsExistFile(newFile)) { in MoveFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dmock_installd_proxy.cpp52 ErrCode MockInstalldProxy::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::MockInstalldProxy
H A Dinstalld_client.cpp316 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::InstalldClient
318 return CallService(&IInstalld::IsExistFile, path, isExist); in IsExistFile()
H A Dmock_installd_host_impl.cpp179 ErrCode InstalldHostImpl::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::InstalldHostImpl
H A Dmock_install_client.cpp198 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::InstalldClient
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp207 if (IsExistFile(path)) { in DeleteDir()
218 bool BundleFileUtil::IsExistFile(const std::string &filePath) in IsExistFile() function in OHOS::AppExecFwk::BundleFileUtil
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h46 static bool IsExistFile(const std::string& filename);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp624 if (!DhcpFunction::IsExistFile(strFile)) { in GetDhcpClientInfos()
658 if (!DhcpFunction::IsExistFile(strFile)) { in UpdateLeasesTime()
800 if (!DhcpFunction::IsExistFile(strFile)) { in CreateDefaultConfigFile()
865 if (!DhcpFunction::IsExistFile(strFile)) { in DeleteLeaseFile()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/
H A Dverify_manager_host_impl.cpp336 if (!BundleUtil::IsExistFile(abcPath)) { in VerifyAbc()
528 auto result = InstalldClient::GetInstance()->IsExistFile(realPath, isExist); in DeleteAbc()
530 APP_LOGE("DeleteAbc %{public}s failed due to call IsExistFile failed %{public}d", in DeleteAbc()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H A Dfile_share.cpp109 static bool IsExistFile(const string &path, FileShareInfo &info) in IsExistFile() function
173 if (IsExistFile(info.providerLowerPath_, info)) { in GetShareFileType()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp96 if (InstalldClient::GetInstance()->IsExistFile(item.second.hapPath, isExist) != ERR_OK) { in IsBundleHapPathExist()
H A Dinstalld_client.cpp376 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::InstalldClient
378 return CallService(&IInstalld::IsExistFile, path, isExist); in IsExistFile()
H A Dbundle_state_storage.cpp61 if (BundleUtil::IsExistFile(BUNDLE_USER_INFO_PATH)) { in HasBundleUserInfoJsonDb()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h144 static bool IsExistFile(const std::string &path);
H A Dinstalld_client.h170 ErrCode IsExistFile(const std::string &path, bool &isExist);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_host_impl.h184 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
H A Dinstalld_operator.h45 static bool IsExistFile(const std::string &path);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H A Dinstalld_interface.h315 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::IInstalld
H A Dinstalld_proxy.h185 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/
H A Ddhcpfunction_fuzzer.cpp64 pDhcpFunction->IsExistFile(filename); in IsExistFileTest()

Completed in 14 milliseconds

12