Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp350 const char *InterndFileName = NamedFileEnt.getKeyData(); in getFile() local
372 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor)) { in getFile()
387 FileEntry &UFE = UniqueRealFiles.getFile(InterndFileName, StatBuf); in getFile()
401 UFE.Name = InterndFileName; in getFile()
442 const char *InterndFileName = NamedFileEnt.getKeyData(); in getVirtualFile() local
443 if (getStatValue(InterndFileName, StatBuf, &FileDescriptor) == 0) { in getVirtualFile()
450 UFE = &UniqueRealFiles.getFile(InterndFileName, StatBuf); in getVirtualFile()
473 UFE->Name = InterndFileName; in getVirtualFile()