Home
last modified time | relevance | path

Searched defs:FileNotFound (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/zip/src/
Dresult.rs32 FileNotFound, enumerator
/external/llvm-project/clang-tools-extra/clangd/support/
DFileCache.cpp21 static constexpr uint64_t FileNotFound = CacheDiskMismatch - 1; variable
/external/clang/include/clang/Lex/
DPPCallbacks.h80 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
347 bool FileNotFound(StringRef FileName, in FileNotFound() function
/external/protobuf/src/google/protobuf/compiler/
Dimporter_unittest.cc188 TEST_F(ImporterTest, FileNotFound) { in TEST_F() argument
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h76 virtual bool FileNotFound(StringRef FileName, in FileNotFound() function
399 bool FileNotFound(StringRef FileName, in FileNotFound() function
/external/llvm-project/clang-tools-extra/pp-trace/
DPPCallbacksTracker.cpp128 PPCallbacksTracker::FileNotFound(llvm::StringRef FileName, in FileNotFound() function in clang::pp_trace::PPCallbacksTracker