HomeSort by relevance Sort by last modified time
    Searched refs:stfile (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp 97 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) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp 104 struct stat stfile; local
105 if (fstat(mInfoFile->getFD(), &stfile) < 0) {
110 mInfoFileSize = stfile.st_size;

Completed in 305 milliseconds