HomeSort by: relevance | last modified time | path
    Searched refs:src_pwd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
toplev.cc 180 static const char *src_pwd; variable
182 /* Initialize src_pwd with the given string, and return true. If it
184 be called with a NULL argument to test whether src_pwd has NOT been
190 if (src_pwd)
192 if (strcmp (src_pwd, pwd) == 0)
198 src_pwd = xstrdup (pwd);
209 if (! src_pwd)
211 src_pwd = getpwd ();
212 if (!src_pwd)
213 src_pwd = "."
    [all...]
lto-streamer-in.cc 548 const char *src_pwd = get_src_pwd (); local
549 if (strcmp (pwd, src_pwd) == 0)
553 = canon_relative_path_prefix (pwd, src_pwd);
  /src/external/gpl3/gcc/dist/gcc/
toplev.cc 177 static const char *src_pwd; variable
179 /* Initialize src_pwd with the given string, and return true. If it
181 be called with a NULL argument to test whether src_pwd has NOT been
187 if (src_pwd)
189 if (strcmp (src_pwd, pwd) == 0)
195 src_pwd = xstrdup (pwd);
206 if (! src_pwd)
208 src_pwd = getpwd ();
209 if (!src_pwd)
210 src_pwd = "."
    [all...]
lto-streamer-in.cc 559 const char *src_pwd = get_src_pwd (); local
560 if (strcmp (pwd, src_pwd) == 0)
564 = canon_relative_path_prefix (pwd, src_pwd);

Completed in 35 milliseconds