Home
last modified time | relevance | path

Searched refs:oldFilePath (Results 1 - 3 of 3) sorted by relevance

/base/update/updater/test/fuzztest/applypatch_fuzzer/
H A Dapplypatch_fuzzer.cpp54 const char* oldFilePath = "/data/applyPatchfuzzOldFile"; in FuzzApplyPatch() local
57 bool ret = WriteDataToFile(reinterpret_cast<const char*>(data), size, oldFilePath); in FuzzApplyPatch()
62 ApplyPatch(bspatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()
66 ApplyPatch(imgpatchPath, oldFilePath, newFilePath); in FuzzApplyPatch()
/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_watermark_image_plugin.cpp211 std::string oldFilePath = WATERMARK_IMAGE_DIR_PATH + oldFileName; in SetSingleWatermarkImage() local
212 int32_t ret = remove(oldFilePath.c_str()); in SetSingleWatermarkImage()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp1062 std::string oldFilePath = icsFileWriter.WriteVersionFile(oldWriteVersion, "old"); in HWTEST_F() local
1064 std::string oldVersion = SignatureVerifier::LoadFileVersion(oldFilePath); in HWTEST_F()
1075 FileExist(oldFilePath); in HWTEST_F()
1078 FileCopy(oldFilePath, destPath); in HWTEST_F()

Completed in 6 milliseconds