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

/system/extras/tests/cpueater/
H A Ddaemonize.c64 mode = O_APPEND;
/system/core/sh/
H A Dshow.c380 #ifdef O_APPEND
418 #ifdef O_APPEND
420 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); local
H A Dredir.c217 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0)
/system/core/logcat/
H A Dlogcat.cpp104 return open(pathname, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
/system/core/adb/
H A Dadb.c858 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640);

Completed in 355 milliseconds