Home
last modified time | relevance | path

Searched refs:testFileNames (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/test/fuzztest/scriptmanager_fuzzer/
H A Dscriptmanager_fuzzer.cpp49 static std::vector<std::string> testFileNames = { in GetFileInfo() local
60 if (std::find(testFileNames.begin(), testFileNames.end(), fileId) != testFileNames.end()) { in GetFileInfo()
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_unittest.cpp51 static std::vector<std::string> testFileNames = { in GetFileInfo() local
67 if (std::find(testFileNames.begin(), testFileNames.end(), fileId) != testFileNames.end()) { in GetFileInfo()
/ohos5.0/base/update/updater/test/unittest/package/
H A Dpkg_test.h153 int CreateZipPackage(const std::vector<std::string> &testFileNames, in CreateZipPackage() argument
160 for (auto name : testFileNames) { in CreateZipPackage()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp494 std::vector<std::string> testFileNames; in CompressLogs() local
497 testFileNames.push_back(realName); in CompressLogs()
498 for (auto name : testFileNames) { in CompressLogs()