Home
last modified time | relevance | path

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

/base/update/updater/test/unittest/utils/
H A Dutils_unittest.cpp136 long long int ret = Utils::GetDirSizeForFile(testNoPath); in HWTEST_F()
139 ret = Utils::GetDirSizeForFile(testVaildPath); in HWTEST_F()
142 ret = Utils::GetDirSizeForFile(testPath); in HWTEST_F()
/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()
/base/update/updater/utils/include/
H A Dutils.h85 long long int GetDirSizeForFile(const std::string &filePath);
/base/update/updater/utils/
H A Dutils.cpp589 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()
685 long long int GetDirSizeForFile(const std::string &filePath) in GetDirSizeForFile() function

Completed in 4 milliseconds