Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/script/
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()
/base/update/updater/test/unittest/package/
Dpkg_test.h153 int CreateZipPackage(const std::vector<std::string> &testFileNames, in CreateZipPackage() argument
160 for (auto name : testFileNames) { in CreateZipPackage()
/base/update/updater/utils/
Dutils.cpp398 std::vector<std::string> testFileNames; in CompressLogs() local
401 testFileNames.push_back(realName); in CompressLogs()
402 for (auto name : testFileNames) { in CompressLogs()