Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DZipFileResolver.cpp25 static constexpr llvm::StringLiteral k_zip_separator("!/"); in ResolveSharedLibraryPath() local
27 size_t pos = path.find(k_zip_separator); in ResolveSharedLibraryPath()
50 std::string so_path(path.substr(pos + k_zip_separator.size())); in ResolveSharedLibraryPath()