Searched refs:FileNotFound (Results 1 – 4 of 4) sorted by relevance
73 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function260 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function262 return First->FileNotFound(FileName, RecoveryPath) || in FileNotFound()263 Second->FileNotFound(FileName, RecoveryPath); in FileNotFound()
172 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
1424 TEST_F(FtpNetworkTransactionTest, FileNotFound) { in TEST_F() argument
1343 if (Callbacks->FileNotFound(Filename, RecoveryPath)) { in HandleIncludeDirective()