Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp307 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/
DFileManager.h162 bool getStatValue(const char *Path, struct stat &StatBuf,