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