Lines Matching refs:resolved_path
960 char resolved_path[PATH_MAX]; in GetLLDBPath() local
973 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
974 g_lldb_support_exe_dir.SetCString(resolved_path); in GetLLDBPath()
992 char resolved_path[PATH_MAX]; in GetLLDBPath() local
1001 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1002 g_lldb_headers_dir.SetCString(resolved_path); in GetLLDBPath()
1024 char resolved_path[PATH_MAX]; in GetLLDBPath() local
1047 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1048 g_lldb_python_dir.SetCString(resolved_path); in GetLLDBPath()
1070 char resolved_path[PATH_MAX]; in GetLLDBPath() local
1078 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1079 g_lldb_system_plugin_dir.SetCString(resolved_path); in GetLLDBPath()