Home
last modified time | relevance | path

Searched refs:invalid_path (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/base/android/
Dcontent_uri_utils_unittest.cc31 FilePath invalid_path("content://foo.bar"); in TEST() local
32 mime = GetContentUriMimeType(invalid_path); in TEST()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp32 return make_error<GenericError>(generic_error_code::invalid_path); in ErrorFromHResult()
91 return make_error<GenericError>(generic_error_code::invalid_path); in createFromPdb()
116 return make_error<GenericError>(generic_error_code::invalid_path, Path); in createFromExe()
/external/llvm/include/llvm/DebugInfo/PDB/
DGenericError.h19 invalid_path = 1, enumerator
/external/llvm/lib/DebugInfo/PDB/
DGenericError.cpp34 case generic_error_code::invalid_path: in message()
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp55 return llvm::make_error<GenericError>(generic_error_code::invalid_path); in createFromPdb()
/external/llvm/tools/llvm-pdbdump/
Dllvm-pdbdump.cpp305 ExitOnErr(make_error<GenericError>(generic_error_code::invalid_path, Path)); in yamlToPdb()
320 ExitOnErr(make_error<GenericError>(generic_error_code::invalid_path, in yamlToPdb()