Home
last modified time | relevance | path

Searched refs:tmp_conv_dir (Results 1 – 1 of 1) sorted by relevance

/external/oprofile/opjitconv/
Dopjitconv.c251 char * tmp_conv_dir) in process_jit_dumpfile() argument
286 size_t tmp_conv_dir_length = strlen(tmp_conv_dir); in process_jit_dumpfile()
298 strncpy(tmp_dumpfile, tmp_conv_dir, tmp_conv_dir_length); in process_jit_dumpfile()
336 tmp_elffile = xmalloc(strlen(tmp_conv_dir) + 1 + in process_jit_dumpfile()
338 strncpy(tmp_elffile, tmp_conv_dir, strlen(tmp_conv_dir)); in process_jit_dumpfile()
339 tmp_elffile[strlen(tmp_conv_dir)] = '\0'; in process_jit_dumpfile()
495 char * tmp_conv_dir; in op_process_jit_dumpfiles() local
499 tmp_conv_dir = mkdtemp(oprofile_tmp_template); in op_process_jit_dumpfiles()
500 if (tmp_conv_dir == NULL) { in op_process_jit_dumpfiles()
523 if (change_owner(tmp_conv_dir) != 0) { in op_process_jit_dumpfiles()
[all …]