Home
last modified time | relevance | path

Searched defs:oldFile (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/diffpatch/
H A Ddiffpatch_unittest.cpp46 int BlockDiffPatchTest(const std::string &oldFile, in BlockDiffPatchTest()
62 int ImgageDiffPatchFileTest(size_t limit, const std::string &oldFile, in ImgageDiffPatchFileTest()
115 int ImgageDiffPatchFileTest2(size_t limit, const std::string &oldFile, in ImgageDiffPatchFileTest2()
192 int BlockDiffPatchTest2(const std::string &oldFile, in BlockDiffPatchTest2()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp99 int32_t BundleDaemonHandler::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
192 int32_t BundleDaemonHandler::MoveFile(const char *oldFile, const char *newFile) in MoveFile()
H A Dbundle_daemon.cpp179 std::string oldFile = ""; in RenameFileInvoke() local
229 const char *oldFile = reinterpret_cast<char *>(ReadString(req, &len)); in MoveFileInvoke() local
H A Dbundle_file_utils.cpp135 bool BundleFileUtils::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/common/
H A Dnet_policy_file_event_handler.cpp95 std::ifstream oldFile(POLICY_FILE_NAME, std::ios::binary); in Write() local
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_daemon_client.cpp244 int32_t BundleDaemonClient::RenameFile(const char *oldFile, const char *newFile) in RegisterCallback()
319 int32_t BundleDaemonClient::MoveFile(const char *oldFile, const char *newFile) in RegisterCallback()
H A Dbundle_util.cpp916 bool BundleUtil::RenameFile(const char *oldFile, const char *newFile) in RenameFile()
/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_file.cpp416 bool ModuleFile::CompareVersion(const ModuleFile &newFile, const ModuleFile &oldFile) in CompareVersion()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp250 for (const auto &oldFile : oldFilePaths) { in CopyToTempDir() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_ffi.cpp307 int32_t FfiOHOSFileFsRename(const char* oldFile, const char* newFile) in FfiOHOSFileFsRename()