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

/frameworks/compile/libbcc/bcinfo/tools/
H A Dmain.cpp116 struct stat statInFile; local
117 if (stat(inFile, &statInFile) < 0) {
122 if (!S_ISREG(statInFile.st_mode)) {
133 size_t bitcodeSize = statInFile.st_size;
/frameworks/compile/libbcc/tests/
H A Dmain.cpp169 struct stat statInFile; local
170 if (stat(inFile, &statInFile) < 0) {
175 if (!S_ISREG(statInFile.st_mode)) {
186 size_t bitcodeSize = statInFile.st_size;

Completed in 78 milliseconds