Searched refs:last_slash (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c216 char *last_slash = strrchr(debug_pathname, '/'); local
217 if (last_slash == NULL)
221 strcpy(last_slash+1, debug_filename);
230 strcpy(last_slash+1, ".debug/");
231 strcat(last_slash, debug_filename);
242 last_slash = strrchr(debug_pathname, '/');
243 strcpy(last_slash+1, debug_filename);

Completed in 22 milliseconds