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 153 bool getStatValue(const char *Path, struct stat &StatBuf,
  /external/clang/lib/Basic/
FileManager.cpp 295 if (getStatValue(InterndDirName, StatBuf, 0/*directory lookup*/)) {
363 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor)) {
434 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor) == 0) {
539 /// getStatValue - Get the 'stat' information for the specified path,
544 bool FileManager::getStatValue(const char *Path, struct stat &StatBuf,

Completed in 170 milliseconds