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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp103 struct stat stfile; local
104 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
109 mInfoFileSize = stfile.st_size;

Completed in 49 milliseconds