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

/external/oprofile/opjitconv/
H A Dopjitconv.c242 * given by the passed JIT dmp_pathname. If none is found, it's an error
247 static int process_jit_dumpfile(char const * dmp_pathname, argument
262 char const * dumpfilename = rindex(dmp_pathname, '/');
268 verbprintf(debug, "Processing dumpfile %s\n", dmp_pathname);
274 if (lstat(dmp_pathname, &file_stat) == -1) {
311 dmp_pathname);
316 if (copy_dumpfile(dmp_pathname, tmp_dumpfile) != OP_JIT_CONV_OK)
371 verbprintf(debug, "Converting %s to %s\n", dmp_pathname,

Completed in 53 milliseconds