Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/utils/include/
H A Dutils.h79 void CompressLogs(const std::string &name);
/ohos5.0/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp172 CompressLogs(testFile);
/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp83 Utils::CompressLogs("/data/updater/log/updater_log_test");
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp80 Utils::CompressLogs("/data/updater/log/updater_log_test"); in TestGetFilesFromDirectory()
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp490 void CompressLogs(const std::string &logName) in CompressLogs() function
604 CompressLogs(dLog); in CopyUpdaterLogs()