Home
last modified time | relevance | path

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

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