Home
last modified time | relevance | path

Searched refs:GetDirSize (Results 1 - 5 of 5) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cleaner/
H A Dapp_event_log_cleaner.cpp34 return FileUtil::GetDirSize(path_); in GetFilesSize()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dfile_util.h34 uint64_t GetDirSize(const std::string& dir);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp129 uint64_t GetDirSize(const std::string& dir) in GetDirSize() function
/base/update/updater/utils/include/
H A Dutils.h83 long long int GetDirSize(const std::string &folderPath);
/base/update/updater/utils/
H A Dutils.cpp653 long long int GetDirSize(const std::string &folderPath) in GetDirSize() function
676 totalSize += GetDirSize(subFolderPath); in GetDirSize()
692 return GetDirSize(filePath.substr(0, found)); in GetDirSizeForFile()

Completed in 3 milliseconds