Home
last modified time | relevance | path

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

/external/oprofile/libop/
Dop_config.c24 char op_samples_current_dir[PATH_MAX]; variable
54 strcpy(op_samples_current_dir, op_samples_dir); in init_op_config_dirs()
55 strcat(op_samples_current_dir, "/current/"); in init_op_config_dirs()
Dop_mangle.c53 len = strlen(op_samples_current_dir) + strlen(dep_name) + 1 in op_mangle_filename()
69 strcpy(mangled, op_samples_current_dir); in op_mangle_filename()
Dop_config.h38 extern char op_samples_current_dir[];
/external/oprofile/libop/tests/
Dmangle_tests.c54 strlen(op_samples_current_dir) + 1); in main()
55 strcpy(expect, op_samples_current_dir); in main()