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

/art/runtime/
H A Dutils.cc1892 struct stat stat_buf; local
1893 int rc = stat(filename.c_str(), &stat_buf);
1894 return rc == 0 ? stat_buf.st_size : -1;

Completed in 45 milliseconds