HomeSort by relevance Sort by last modified time
    Searched full:op_lock_file (Results 1 - 6 of 6) sorted by null

  /external/oprofile/libop/
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");
op_config.h 39 extern char op_lock_file[];
  /external/oprofile/daemon/
oprofiled.c 523 if (op_write_lock_file(op_lock_file)) {
525 op_lock_file);
init.c 281 unlink(op_lock_file);
  /external/oprofile/daemon/liblegacy/
init.c 313 unlink(op_lock_file);
  /external/oprofile/
ChangeLog-2005 590 * libutil/op_lock_file.h:
591 * libutil/op_lock_file.c: make a function static

Completed in 691 milliseconds