Searched defs:FileNotFound (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/tools/grit/grit/
H A Dexception.py79 class FileNotFound(Parsing): class in inherits:Parsing
/external/clang/include/clang/Lex/
H A DPPCallbacks.h78 virtual bool FileNotFound(StringRef FileName, function in class:clang::PPCallbacks
349 bool FileNotFound(StringRef FileName,
351 return First->FileNotFound(FileName, RecoveryPath) ||
352 Second->FileNotFound(FileName, RecoveryPath);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h113 FileNotFound = 10, enumerator in enum:Status

Completed in 157 milliseconds