Searched refs:O_APPEND (Results 1 – 5 of 5) sorted by relevance
34 #ifndef O_APPEND35 #define O_APPEND 00002000 macro
42 fd = open(path, O_WRONLY | O_APPEND); in write_text()399 fd = open(path, O_WRONLY | O_APPEND); in set_oom_adj_score()
448 #define O_APPEND 0x400 macro628 #define O_APPEND 0x400 macro813 #define O_APPEND 0x400 macro1010 #define O_APPEND 0x400 macro1212 #define O_APPEND 0x0008 macro1413 #define O_APPEND 0x2000 macro
86 flags |= O_APPEND; in __write_tracing_file()
83 ret = open(buf, O_RDWR | O_APPEND, 0); in open_trace_file()