Home
last modified time | relevance | path

Searched defs:dstPath (Results 1 – 16 of 16) sorted by relevance

/base/update/sys_installer/frameworks/installer_manager/src/
Dinstaller_manager_helper.cpp90 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
95 int32_t InstallerManagerHelper::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
Dinstaller_manager.cpp98 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
107 int32_t InstallerManager::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
/base/update/sys_installer/frameworks/ipc_server/src/
Dsys_installer_server.cpp85 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
91 int32_t SysInstallerServer::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
Dsys_installer_stub.cpp154 string dstPath = Str16ToStr8(data.ReadString16()); in AccDecompressAndVerifyPkgStub() local
170 string dstPath = Str16ToStr8(data.ReadString16()); in AccDeleteDirStub() local
/base/startup/appspawn/service/hnp/installer/src/
Dhnp_installer.c50 static int HnpGenerateSoftLinkAllByJson(const char *installPath, const char *dstPath, HnpCfgInfo *h… in HnpGenerateSoftLinkAllByJson()
106 static int HnpGenerateSoftLinkAll(const char *installPath, const char *dstPath) in HnpGenerateSoftLinkAll()
234 char dstPath[MAX_FILE_PATH_LEN]; in HnpUnInstall() local
470 static int HapReadAndInstall(const char *dstPath, HapInstallInfo *installInfo, HnpSignMapInfo *hnpS… in HapReadAndInstall()
627 static int CheckInstallPath(char *dstPath, HapInstallInfo *installInfo) in CheckInstallPath()
647 char dstPath[MAX_FILE_PATH_LEN]; in HnpInsatllPre() local
/base/update/sys_installer/interfaces/innerkits/ipc_client/src/
Dsys_installer_kits_impl.cpp229 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
245 int32_t SysInstallerKitsImpl::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
Dsys_installer_proxy.cpp203 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
233 int32_t SysInstallerProxy::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
/base/hiviewdfx/hiview/core/param_update/src/
Dparam_manager.cpp64 std::string dstPath(FileUtil::ExtractFilePath(dstFile)); in CopyFile() local
/base/global/i18n/services/src/
Dhmos_libphonenumber_mount.cpp71 std::string dstPath = SAFE_PATH + DATA_FILES[i]; in CopyDataFile() local
/base/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp61 std::filesystem::path dstPath(newFile); in CopyFile() local
/base/security/security_guard/frameworks/common/utils/src/
Dsecurity_guard_utils.cpp114 bool SecurityGuardUtils::CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile()
/base/security/code_signature/test/unittest/
Denable_verity_test.cpp168 static bool CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile()
185 size_t gapSize, const std::string &dstPath) in ExpandFile()
/base/global/i18n/frameworks/intl/src/
Dutils.cpp209 bool FileCopy(const std::string& srcPath, const std::string& dstPath) in FileCopy()
/base/startup/init/services/sandbox/
Dsandbox.c229 char *dstPath = cJSON_GetStringValue(cJSON_GetObjectItem(item, SANDBOX_TARGET)); in AddMountInfoToSandbox() local
/base/startup/appspawn/modules/sandbox/
Dsandbox_load.c208 char *dstPath = GetStringFromJsonObj(config, "sandbox-path"); in DecodeMountPathConfig() local
/base/update/updater/utils/
Dutils.cpp399 bool CopyDir(const std::string &srcPath, const std::string &dstPath) in CopyDir()