/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/include/ |
H A D | mock_installd_proxy.h | 28 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/include/ |
H A D | bundle_file_utils.h | 34 static bool IsExistFile(const char *file);
|
/foundation/bundlemanager/bundle_framework/common/utils/include/ |
H A D | bundle_file_util.h | 33 static bool IsExistFile(const std::string &filePath);
|
/foundation/multimedia/av_session/services/session/adapter/ |
H A D | params_config_operator.h | 35 bool IsExistFile(const std::string& path);
|
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/ |
H A D | bundle_file_utils.cpp | 41 bool BundleFileUtils::IsExistFile(const char *file) in IsExistFile() function in OHOS::BundleFileUtils 109 if (IsExistFile(path)) { in RemoveFile()
|
H A D | bundle_daemon_handler.cpp | 200 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 D | mock_installd_proxy.cpp | 52 ErrCode MockInstalldProxy::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::MockInstalldProxy
|
H A D | installd_client.cpp | 316 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 D | mock_installd_host_impl.cpp | 179 ErrCode InstalldHostImpl::IsExistFile(const std::string &path, bool &isExist)
in IsExistFile() function in OHOS::AppExecFwk::InstalldHostImpl
|
H A D | mock_install_client.cpp | 198 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 D | bundle_file_util.cpp | 207 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 D | dhcp_function.h | 46 static bool IsExistFile(const std::string& filename);
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_server_service_impl.cpp | 624 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 D | verify_manager_host_impl.cpp | 336 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 D | file_share.cpp | 109 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 D | bundle_exception_handler.cpp | 96 if (InstalldClient::GetInstance()->IsExistFile(item.second.hapPath, isExist) != ERR_OK) { in IsBundleHapPathExist()
|
H A D | installd_client.cpp | 376 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 D | bundle_state_storage.cpp | 61 if (BundleUtil::IsExistFile(BUNDLE_USER_INFO_PATH)) { in HasBundleUserInfoJsonDb()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_util.h | 144 static bool IsExistFile(const std::string &path);
|
H A D | installd_client.h | 170 ErrCode IsExistFile(const std::string &path, bool &isExist);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/ |
H A D | installd_host_impl.h | 184 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
|
H A D | installd_operator.h | 45 static bool IsExistFile(const std::string &path);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 315 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) in IsExistFile() function in OHOS::AppExecFwk::IInstalld
|
H A D | installd_proxy.h | 185 virtual ErrCode IsExistFile(const std::string &path, bool &isExist) override;
|
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/ |
H A D | dhcpfunction_fuzzer.cpp | 64 pDhcpFunction->IsExistFile(filename); in IsExistFileTest()
|