Home
last modified time | relevance | path

Searched defs:oldFileName (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/services/diffpatch/diff/
H A Dupdate_diff.cpp136 int32_t UpdateDiff::MakePatch(const std::string &oldFileName, in MakePatch()
186 int32_t UpdateDiff::DiffImage(size_t limit, const std::string &oldFileName, in DiffImage()
197 int32_t UpdateDiff::DiffBlock(const std::string &oldFileName, in DiffBlock()
H A Dblocks_diff.cpp62 int32_t BlocksDiff::MakePatch(const std::string &oldFileName, const std::string &newFileName, in MakePatch()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H A Dbundle_daemon_handler.cpp225 std::string oldFileName = std::string(realOldPath) + PATH_SEPARATOR + ent->d_name; in MoveFile() local
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlogger_unittest.cpp207 std::string oldFileName = "/data/test_jsError_info"; in CheckKeyWordsInJsErrorAppEventFile() local
226 std::string oldFileName = "/data/test_jsError_info"; in CheckDeleteStackErrorMessage() local
1456 std::string oldFileName = "/data/test_jsError_info"; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp183 …32_t CloudDiskRdbStore::Rename(const std::string &oldParentCloudId, const std::string &oldFileName, in Rename()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_rdbstore_test.cpp810 const std::string oldFileName = "test"; variable
829 const std::string oldFileName = ""; variable
848 const std::string oldFileName = "test"; variable
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp1116 string oldFileName = oldNode.fileName; in HandleRenameValue() local
1131 …32_t CloudDiskRdbStore::Rename(const std::string &oldParentCloudId, const std::string &oldFileName, in Rename()