Home
last modified time | relevance | path

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

/tools/include/uapi/asm-generic/
Dfcntl.h34 #ifndef O_APPEND
35 #define O_APPEND 00002000 macro
/tools/include/nolibc/
Dnolibc.h454 #define O_APPEND 0x400 macro
642 #define O_APPEND 0x400 macro
826 #define O_APPEND 0x400 macro
1022 #define O_APPEND 0x400 macro
1224 #define O_APPEND 0x0008 macro
1424 #define O_APPEND 0x2000 macro
/tools/testing/selftests/cgroup/
Dcgroup_util.c43 fd = open(path, O_WRONLY | O_APPEND); in write_text()
518 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
/tools/bootconfig/
Dmain.c411 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
/tools/perf/
Dbuiltin-ftrace.c100 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()