Home
last modified time | relevance | path

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

/external/oprofile/opjitconv/
Dopjitconv.c253 int result_dir_length, proc_id_length; in process_jit_dumpfile() local
290 proc_id_length = dot_dump - dumpfilename; in process_jit_dumpfile()
291 proc_id = xmalloc(proc_id_length + 1); in process_jit_dumpfile()
292 memcpy(proc_id, dumpfilename, proc_id_length); in process_jit_dumpfile()
293 proc_id[proc_id_length] = '\0'; in process_jit_dumpfile()
419 int proc_id_length; in get_procid_from_dirname() local
424 proc_id_length = dot - fname; in get_procid_from_dirname()
425 proc_id = xmalloc(proc_id_length + 1); in get_procid_from_dirname()
426 memcpy(proc_id, fname, proc_id_length); in get_procid_from_dirname()
427 proc_id[proc_id_length] = '\0'; in get_procid_from_dirname()