Searched refs:GetDirSizeForFile (Results 1 – 4 of 4) sorted by relevance
136 long long int ret = Utils::GetDirSizeForFile(testNoPath);139 ret = Utils::GetDirSizeForFile(testVaildPath);142 ret = Utils::GetDirSizeForFile(testPath);
130 Utils::GetDirSizeForFile("xxx"); in TestGetDirSizeForFile()131 Utils::GetDirSizeForFile("xxx/xxx"); in TestGetDirSizeForFile()132 Utils::GetDirSizeForFile("/data/updater/updater/etc/fstab.ut.updater"); in TestGetDirSizeForFile()
76 long long int GetDirSizeForFile(const std::string &filePath);
568 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()758 long long int GetDirSizeForFile(const std::string &filePath) in GetDirSizeForFile() function