HomeSort by: relevance | last modified time | path
    Searched defs:full_script_path (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 5763 char * full_script_path = find_a_file (&startfile_prefixes, string, R_OK, true);
5765 if (full_script_path == NULL)
5772 string = full_script_path;
5741 char * full_script_path = find_a_file (&startfile_prefixes, string, R_OK, true); local
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 5677 char * full_script_path = find_a_file (&startfile_prefixes, string, R_OK, true);
5679 if (full_script_path == NULL)
5686 string = full_script_path;
5655 char * full_script_path = find_a_file (&startfile_prefixes, string, R_OK, true); local

Completed in 25 milliseconds