Searched refs:file_spec_path (Results 1 – 1 of 1) sorted by relevance
47 std::string file_spec_path = file_spec.GetPath(); in ResolveSymlinks() local49 if (is_path_prefix(file_spec_path, prefix, file_spec.IsCaseSensitive(), in ResolveSymlinks()54 LLDB_LOGF(log, "Realpath'ing support file %s", file_spec_path.c_str()); in ResolveSymlinks()58 std::error_code ec = m_fs->getRealPath(file_spec_path, buff); in ResolveSymlinks()