HomeSort by relevance Sort by last modified time
    Searched defs:FileNotFound (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 35 FileNotFound,
84 return (f.type() != StatusError)&&(f.type() != FileNotFound);
  /external/clang/include/clang/Lex/
PPCallbacks.h 76 virtual bool FileNotFound(StringRef FileName,
287 virtual bool FileNotFound(StringRef FileName,
289 return First->FileNotFound(FileName, RecoveryPath) ||
290 Second->FileNotFound(FileName, RecoveryPath);

Completed in 5432 milliseconds