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

  /src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc 31 char *current_directory; variable
  /src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc 31 char *current_directory; variable
134 if (IS_ABSOLUTE_PATH (path) || current_directory == NULL)
137 return path_join (current_directory, path);

Completed in 23 milliseconds