Searched refs:getStatValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Basic/ |
D | FileManager.cpp | 189 if (getStatValue(InterndDirName, Data, false, nullptr /*directory lookup*/)) { in getDirectory() 254 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile() 353 if (getStatValue(InterndFileName, Data, true, nullptr) == 0) { in getVirtualFile() 463 bool FileManager::getStatValue(const char *Path, FileData &Data, bool isFile, in getStatValue() function in FileManager
|
/external/clang/include/clang/Basic/ |
D | FileManager.h | 168 bool getStatValue(const char *Path, FileData &Data, bool isFile,
|