Lines Matching refs:raw_path

959                     char raw_path[PATH_MAX];  in GetLLDBPath()  local
961 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
964 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
969 … ::strncpy (framework_pos, "/Resources", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
973 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
991 char raw_path[PATH_MAX]; in GetLLDBPath() local
993 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
995 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
999 … ::strncpy (framework_pos, "/Headers", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
1001 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1023 char raw_path[PATH_MAX]; in GetLLDBPath() local
1025 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1028 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
1032 … ::strncpy (framework_pos, "/Resources/Python", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
1043 ::strncat(raw_path, python_version_dir.c_str(), in GetLLDBPath()
1044 sizeof(raw_path) - strlen(raw_path) - 1); in GetLLDBPath()
1047 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1069 char raw_path[PATH_MAX]; in GetLLDBPath() local
1071 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1073 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
1077 … ::strncpy (framework_pos, "/Resources/PlugIns", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
1078 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()