Home
last modified time | relevance | path

Searched refs:DeleteOldFile (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/utils/include/
Dutils.h76 bool DeleteOldFile(const std::string dest);
/base/update/updater/utils/
Dutils.cpp484 if (DeleteOldFile(destPath) != true) { in CopyUpdaterLogs()
680 bool DeleteOldFile(const std::string folderPath) in DeleteOldFile() function