Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/copytotempdir_fuzzer/
H A Dcopytotempdir_fuzzer.cpp32 std::vector<std::string> newFilePaths; in fuzzelCopyToTempDirCaseOne() local
33 newFilePaths.push_back(DIR_PATH_TWO); 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.cpp32 std::vector<std::string> newFilePaths; in fuzzelUpdateExtResourcesDbCaseOne() local
33 newFilePaths.push_back(DIR_PATH_TWO); in fuzzelUpdateExtResourcesDbCaseOne()
34 auto ret = impl.CopyToTempDir(BUNDLE_NAME, oldFilePaths, newFilePaths); in fuzzelUpdateExtResourcesDbCaseOne()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp165 std::vector<std::string> newFilePaths; in ProcessAddExtResource() local
166 ErrCode ret = CopyToTempDir(bundleName, filePaths, newFilePaths); in ProcessAddExtResource()
170 if (ParseExtendResourceFile(bundleName, newFilePaths, extendResourceInfos) != ERR_OK) { in ProcessAddExtResource()
172 RollBack(newFilePaths); in ProcessAddExtResource()
176 InnerSaveExtendResourceInfo(bundleName, newFilePaths, extendResourceInfos); in ProcessAddExtResource()
248 const std::vector<std::string> &oldFilePaths, std::vector<std::string> &newFilePaths) in CopyToTempDir() argument
255 RollBack(newFilePaths); in CopyToTempDir()
262 RollBack(newFilePaths); in CopyToTempDir()
265 newFilePaths.emplace_back(tempFile); in CopyToTempDir()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_extend_resource_manager_test/
H A Dbms_extend_resource_manager_test.cpp354 std::vector<std::string> newFilePaths; variable
355 newFilePaths.push_back(DIR_PATH_TWO);
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);