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 173 bool getStatValue(const char *Path, struct stat &StatBuf,
  /external/clang/lib/Basic/
FileManager.cpp 317 if (getStatValue(InterndDirName, StatBuf, false, 0/*directory lookup*/)) {
382 if (getStatValue(InterndFileName, StatBuf, true,
453 if (getStatValue(InterndFileName, StatBuf, true, 0) == 0) {
560 /// getStatValue - Get the 'stat' information for the specified path,
565 bool FileManager::getStatValue(const char *Path, struct stat &StatBuf,

Completed in 85 milliseconds