Home
last modified time | relevance | path

Searched refs:oldFilePaths (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/copytotempdir_fuzzer/
H A Dcopytotempdir_fuzzer.cpp30 std::vector<std::string> oldFilePaths; in fuzzelCopyToTempDirCaseOne() local
31 oldFilePaths.push_back(FILE_PATH); in fuzzelCopyToTempDirCaseOne()
34 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths); in fuzzelCopyToTempDirCaseOne()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/updateextresourcesdb_fuzzer/
H A Dupdateextresourcesdb_fuzzer.cpp30 std::vector<std::string> oldFilePaths; in fuzzelUpdateExtResourcesDbCaseOne() local
31 oldFilePaths.push_back(FILE_PATH); in fuzzelUpdateExtResourcesDbCaseOne()
34 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths); in fuzzelUpdateExtResourcesDbCaseOne()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp352 std::vector<std::string> oldFilePaths; variable
353 oldFilePaths.push_back(FILE_PATH);
356 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/extend_resource/
H A Dextend_resource_manager_host_impl.h48 const std::vector<std::string> &oldFilePaths, std::vector<std::string> &newFilePaths);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp248 const std::vector<std::string> &oldFilePaths, std::vector<std::string> &newFilePaths) in CopyToTempDir() argument
250 for (const auto &oldFile : oldFilePaths) { in CopyToTempDir()