HomeSort by relevance Sort by last modified time
    Searched full:tmp_dumpfile (Results 1 - 1 of 1) sorted by null

  /external/oprofile/opjitconv/
opjitconv.c 185 int copy_dumpfile(char const * dumpfile, char * tmp_dumpfile)
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile);
197 if (change_owner(tmp_dumpfile) != 0) {
264 char * tmp_dumpfile; local
297 tmp_dumpfile = xmalloc(tmp_conv_dir_length + 1 + strlen(dumpfilename) + 1);
298 strncpy(tmp_dumpfile, tmp_conv_dir, tmp_conv_dir_length);
299 tmp_dumpfile[tmp_conv_dir_length] = '\0';
300 strcat(tmp_dumpfile, "/");
301 strcat(tmp_dumpfile, dumpfilename);
316 if (copy_dumpfile(dmp_pathname, tmp_dumpfile) != OP_JIT_CONV_OK
    [all...]

Completed in 134 milliseconds