OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_samples_current_dir
(Results
1 - 3
of
3
) 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
);
Completed in 921 milliseconds