Home
last modified time | relevance | path

Searched defs:GuessPathStyle (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/unittests/Utility/
DFileSpecTest.cpp194 TEST(FileSpecTest, GuessPathStyle) { in TEST() argument
/external/llvm-project/lldb/source/Utility/
DFileSpec.cpp310 llvm::Optional<FileSpec::Style> FileSpec::GuessPathStyle(llvm::StringRef absolute_path) { in GuessPathStyle() function in FileSpec