OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_lock_file
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libop/
op_config.h
39
extern char
op_lock_file
[];
op_config.c
25
char
op_lock_file
[PATH_MAX];
variable
57
strcpy(
op_lock_file
, op_session_dir);
58
strcat(
op_lock_file
, "/lock");
/external/oprofile/daemon/
init.c
281
unlink(
op_lock_file
);
oprofiled.c
523
if (op_write_lock_file(
op_lock_file
)) {
525
op_lock_file
);
/external/oprofile/daemon/liblegacy/
init.c
313
unlink(
op_lock_file
);
Completed in 129 milliseconds