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

/art/runtime/
H A Ddex_file.cc182 struct stat sbuf; local
183 memset(&sbuf, 0, sizeof(sbuf));
184 if (fstat(fd, &sbuf) == -1) {
188 if (S_ISDIR(sbuf.st_mode)) {
192 size_t length = sbuf.st_size;

Completed in 331 milliseconds