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

  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 149 struct stat statInFile;
150 if (stat(inFile, &statInFile) < 0) {
155 if (!S_ISREG(statInFile.st_mode)) {
166 size_t bitcodeSize = statInFile.st_size;
  /frameworks/compile/libbcc/tools/bcc/
main.cpp 321 struct stat statInFile;
322 if (stat(arg[0], &statInFile) < 0) {
327 if (!S_ISREG(statInFile.st_mode)) {

Completed in 124 milliseconds