Home
last modified time | relevance | path

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

/external/oprofile/opjitconv/
Dopjitconv.c57 char sys_cmd_buffer[PATH_MAX + 1]; variable
189 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", dumpfile, tmp_dumpfile); in copy_dumpfile()
191 if (system(sys_cmd_buffer) != 0) { in copy_dumpfile()
216 sprintf(sys_cmd_buffer, "/bin/cp -p %s %s", tmp_elffile, elf_file); in copy_elffile()
217 if (system(sys_cmd_buffer) != 0) { in copy_elffile()
574 sprintf(sys_cmd_buffer, "/bin/rm -rf %s", tmp_conv_dir); in op_process_jit_dumpfiles()
575 if (system(sys_cmd_buffer) != 0) { in op_process_jit_dumpfiles()