Searched refs:O_APPEND (Results 1 – 6 of 6) sorted by relevance
34 #ifndef O_APPEND35 #define O_APPEND 00002000 macro
454 #define O_APPEND 0x400 macro642 #define O_APPEND 0x400 macro826 #define O_APPEND 0x400 macro1022 #define O_APPEND 0x400 macro1224 #define O_APPEND 0x0008 macro1424 #define O_APPEND 0x2000 macro
43 fd = open(path, O_WRONLY | O_APPEND); in write_text()518 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
411 fd = open(path, O_RDWR | O_APPEND); in apply_xbc()
100 flags |= O_APPEND; in __write_tracing_file()
83 ret = open(buf, O_RDWR | O_APPEND, 0); in open_trace_file()