Lines Matching refs:fspec
49 FileSpec fspec; in GetLLDBPath() local
52 fspec = HostInfo::GetShlibDir(); in GetLLDBPath()
55 fspec = HostInfo::GetSupportExeDir(); in GetLLDBPath()
58 fspec = HostInfo::GetHeaderDir(); in GetLLDBPath()
62 fspec = ScriptInterpreterPython::GetPythonDir(); in GetLLDBPath()
66 fspec = HostInfo::GetSystemPluginDir(); in GetLLDBPath()
69 fspec = HostInfo::GetUserPluginDir(); in GetLLDBPath()
72 fspec = HostInfo::GetProcessTempDir(); in GetLLDBPath()
75 fspec = HostInfo::GetGlobalTempDir(); in GetLLDBPath()
78 fspec = GetClangResourceDir(); in GetLLDBPath()
83 sb_fspec.SetFileSpec(fspec); in GetLLDBPath()