Lines Matching defs:source_path
63 std::string source_path;
404 std::string set_path = source_path;
412 mod_path (set_path.c_str (), source_path);
423 gdb_puts (source_path.c_str (), file);
452 source_path = string_printf ("$cdir%c$cwd", DIRNAME_SEPARATOR);
474 mod_path (dirname, source_path);
480 interps_notify_param_changed ("directories", source_path.c_str ());
493 add_path (dirname, source_path, 0);
957 of openp, using source_path, but that really don't want the file to be
959 qualified against source_path).
973 fd = openp (source_path.c_str (),
1055 const char *path = source_path.c_str ();
1102 p = strstr (source_path.c_str (), "$cdir");
1106 int len = p - source_path.c_str ();
1109 expanded_path_holder = source_path.substr (0, len);
1115 expanded_path_holder += source_path.c_str () + len + cdir_len;
1139 prefix to source_path. */
1962 &source_path,