Searched refs:getStatValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Basic/ |
D | FileManager.cpp | 307 if (getStatValue(InterndDirName, StatBuf, 0/*directory lookup*/)) { in getDirectory() 372 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor)) { in getFile() 443 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor) == 0) { in getVirtualFile() 559 bool FileManager::getStatValue(const char *Path, struct stat &StatBuf, in getStatValue() function in FileManager
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 162 bool getStatValue(const char *Path, struct stat &StatBuf,
|