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

/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c210 char *debug_pathname = malloc(strlen(debug_filename) local
215 strcpy(debug_pathname, name);
216 char *last_slash = strrchr(debug_pathname, '/');
223 debug_fd = open_debug_file(debug_pathname, crc);
225 free(debug_pathname);
233 debug_fd = open_debug_file(debug_pathname, crc);
235 free(debug_pathname);
240 strcpy(debug_pathname, debug_file_directory);
241 strcat(debug_pathname, name);
242 last_slash = strrchr(debug_pathname, '/');
[all...]

Completed in 128 milliseconds