Home
last modified time | relevance | path

Searched defs:dstPath (Results 1 – 9 of 9) 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.cpp84 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()
90 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/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/theme/wallpaper_mgr/utils/src/
Dfile_deal.cpp62 std::filesystem::path dstPath(newFile); in CopyFile() local
/base/security/code_signature/test/unittest/
Denable_verity_test.cpp174 static bool CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile()
191 size_t gapSize, const std::string &dstPath) in ExpandFile()
/base/startup/init/services/sandbox/
Dsandbox.c229 char *dstPath = cJSON_GetStringValue(cJSON_GetObjectItem(item, SANDBOX_TARGET)); in AddMountInfoToSandbox() local