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

/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DMCCacheReader.cpp104 struct stat stfile; local
105 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
110 mInfoFileSize = stfile.st_size;
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
H A DCacheReader.cpp97 struct stat stfile; local
99 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
104 mInfoFileSize = stfile.st_size;
111 if (fstat(mObjFile->getFD(), &stfile) < 0) {
116 if (stfile.st_size < (off_t)ContextManager::ContextSize) {

Completed in 107 milliseconds