Home
last modified time | relevance | path

Searched defs:fileLookup (Results 1 – 3 of 3) sorted by relevance

/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DAbstractAttributeProviderTest.java48 protected FileLookup fileLookup() { in fileLookup() method in AbstractAttributeProviderTest
DAttributeServiceTest.java238 FileLookup fileLookup = in testGetFileAttributeView() local
259 FileLookup fileLookup = in testGetFileAttributeView_isNullForUnsupportedView() local
/external/clang/lib/Lex/
DPTHLexer.cpp418 std::unique_ptr<PTHFileLookup> fileLookup, const unsigned char *idDataTable, in PTHManager()