Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp346 struct stat statbuf = {0}; in GetFolderSize() local
350 if (stat(file.c_str(), &statbuf) == 0) { in GetFolderSize()
351 totalSize += statbuf.st_size; in GetFolderSize()

Completed in 2 milliseconds