Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
134 struct stat stat_buf; in calcDirSize() local177 exists = stat(path, &stat_buf); in calcDirSize()181 if (stat_buf.st_mode & S_IFDIR) in calcDirSize()197 size += stat_buf.st_size; in calcDirSize()