Home
last modified time | relevance | path

Searched refs:PATH_CONVERSION_ERROR (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Host/windows/
H A DFileSystem.cpp27 const char *FileSystem::PATH_CONVERSION_ERROR = member in FileSystem
35 error.SetErrorString(PATH_CONVERSION_ERROR); in Symlink()
55 error.SetErrorString(PATH_CONVERSION_ERROR); in Readlink()
76 error.SetErrorString(PATH_CONVERSION_ERROR); in Readlink()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h31 static const char *PATH_CONVERSION_ERROR; variable