Home
last modified time | relevance | path

Searched refs:O_APPEND (Results 1 – 5 of 5) sorted by relevance

/tools/include/uapi/asm-generic/
Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/tools/testing/selftests/cgroup/
Dcgroup_util.c42 fd = open(path, O_WRONLY | O_APPEND); in write_text()
399 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
/tools/include/nolibc/
Dnolibc.h448 #define O_APPEND 0x400 macro
628 #define O_APPEND 0x400 macro
813 #define O_APPEND 0x400 macro
1010 #define O_APPEND 0x400 macro
1212 #define O_APPEND 0x0008 macro
1413 #define O_APPEND 0x2000 macro
/tools/perf/
Dbuiltin-ftrace.c86 flags |= O_APPEND; in __write_tracing_file()
/tools/perf/util/
Dprobe-file.c83 ret = open(buf, O_RDWR | O_APPEND, 0); in open_trace_file()