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);
131 Utils::GetDirSizeForFile("xxx"); in TestGetDirSizeForFile()132 Utils::GetDirSizeForFile("xxx/xxx"); in TestGetDirSizeForFile()133 Utils::GetDirSizeForFile("/data/updater/updater/etc/fstab.ut.updater"); in TestGetDirSizeForFile()
84 long long int GetDirSizeForFile(const std::string &filePath);
592 while (Utils::GetFileSize(sLog) + GetDirSizeForFile(dLog) > MAX_LOG_DIR_SIZE) { in CopyUpdaterLogs()687 long long int GetDirSizeForFile(const std::string &filePath) in GetDirSizeForFile() function