Searched refs:k_zip_separator (Results 1 – 1 of 1) sorted by relevance
25 static constexpr llvm::StringLiteral k_zip_separator("!/"); in ResolveSharedLibraryPath() local27 size_t pos = path.find(k_zip_separator); in ResolveSharedLibraryPath()50 std::string so_path(path.substr(pos + k_zip_separator.size())); in ResolveSharedLibraryPath()