Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp136 long long int ret = Utils::GetDirSizeForFile(testNoPath);
139 ret = Utils::GetDirSizeForFile(testVaildPath);
142 ret = Utils::GetDirSizeForFile(testPath);
/ohos5.0/base/update/updater/test/fuzztest/updaterutils_fuzzer/
H A Dupdater_utils_fuzzer.cpp131 Utils::GetDirSizeForFile("xxx"); in TestGetDirSizeForFile()
132 Utils::GetDirSizeForFile("xxx/xxx"); in TestGetDirSizeForFile()
133 Utils::GetDirSizeForFile("/data/updater/updater/etc/fstab.ut.updater"); in TestGetDirSizeForFile()
/ohos5.0/base/update/updater/utils/include/
H A Dutils.h84 long long int GetDirSizeForFile(const std::string &filePath);
/ohos5.0/base/update/updater/utils/
H A Dutils.cpp592 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()
687 long long int GetDirSizeForFile(const std::string &filePath) in GetDirSizeForFile() function