OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_DATA_DIR
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libop/
op_config.h
46
#define
OP_DATA_DIR
"/data/oprofile"
/external/oprofile/opcontrol/
opcontrol.cpp
329
fd = open(
OP_DATA_DIR
, O_RDONLY);
331
system("rm -r "
OP_DATA_DIR
);
335
if (mkdir(
OP_DATA_DIR
, 0755)) {
337
OP_DATA_DIR
, strerror(errno));
339
if (mkdir(
OP_DATA_DIR
"/samples", 0755)) {
341
OP_DATA_DIR
"/samples", strerror(errno));
491
printf("Session directory: %s\n",
OP_DATA_DIR
);
513
num = read_num(
OP_DATA_DIR
"/lock");
580
fd = open(
OP_DATA_DIR
"/samples/current", O_RDONLY);
585
system("rm -r "
OP_DATA_DIR
"/samples/current")
[
all
...]
Completed in 801 milliseconds