Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/libdrm/mobile1/src/objmng/
Ddrm_file.c134 struct stat stat_buf; in calcDirSize() local
177 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()