HomeSort by relevance Sort by last modified time
    Searched refs:op_samples_current_dir (Results 1 - 4 of 4) sorted by null

  /external/oprofile/libop/
op_config.h 38 extern char op_samples_current_dir[];
op_config.c 24 char op_samples_current_dir[PATH_MAX]; variable
54 strcpy(op_samples_current_dir, op_samples_dir);
55 strcat(op_samples_current_dir, "/current/");
op_mangle.c 53 len = strlen(op_samples_current_dir) + strlen(dep_name) + 1
69 strcpy(mangled, op_samples_current_dir);
  /external/oprofile/libop/tests/
mangle_tests.c 54 strlen(op_samples_current_dir) + 1);
55 strcpy(expect, op_samples_current_dir);

Completed in 28 milliseconds