Home
last modified time | relevance | path

Searched refs:getStatValue (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Basic/
DFileManager.cpp193 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/
DFileManager.h174 bool getStatValue(const char *Path, FileData &Data, bool isFile,