Searched defs:dstPath (Results 1 – 9 of 9) sorted by relevance
90 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()95 int32_t InstallerManagerHelper::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
98 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()107 int32_t InstallerManager::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
84 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()90 int32_t SysInstallerServer::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
154 string dstPath = Str16ToStr8(data.ReadString16()); in AccDecompressAndVerifyPkgStub() local170 string dstPath = Str16ToStr8(data.ReadString16()); in AccDeleteDirStub() local
229 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()245 int32_t SysInstallerKitsImpl::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
203 const std::string &dstPath, const uint32_t type) in AccDecompressAndVerifyPkg()233 int32_t SysInstallerProxy::AccDeleteDir(const std::string &dstPath) in AccDeleteDir()
62 std::filesystem::path dstPath(newFile); in CopyFile() local
174 static bool CopyFile(const std::string &srcPath, const std::string &dstPath) in CopyFile()191 size_t gapSize, const std::string &dstPath) in ExpandFile()
229 char *dstPath = cJSON_GetStringValue(cJSON_GetObjectItem(item, SANDBOX_TARGET)); in AddMountInfoToSandbox() local