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

  /external/clang/include/clang/Basic/
FileManager.h 174 bool getStatValue(const char *Path, FileData &Data, bool isFile,
  /external/clang/lib/Basic/
FileManager.cpp 248 if (getStatValue(InterndDirName, Data, false, 0 /*directory lookup*/)) {
314 if (getStatValue(InterndFileName, Data, true,
386 if (getStatValue(InterndFileName, Data, true, 0) == 0) {
493 /// getStatValue - Get the 'stat' information for the specified path,
498 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile,

Completed in 48 milliseconds