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

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430-devices.cc 47 char *t_path = *path; local
48 int len = strlen (t_path);
51 if (IS_DIR_SEPARATOR (t_path[i]))
52 t_path[i] = DIR_SEPARATOR;
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430-devices.cc 47 char *t_path = *path; local
48 int len = strlen (t_path);
51 if (IS_DIR_SEPARATOR (t_path[i]))
52 t_path[i] = DIR_SEPARATOR;

Completed in 25 milliseconds