/external/llvm/utils/unittest/googletest/ |
gtest-death-test.cc | [all...] |
/external/mesa3d/src/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/mksh/src/ |
histrap.c | 723 if ((fd = open(hname, O_RDWR | O_CREAT | O_APPEND, 0600)) < 0) [all...] |
exec.c | 1312 flags = O_WRONLY | O_APPEND | O_CREAT; [all...] |
main.c | 1375 if ((shl_dbg_fd = open(lfp, O_WRONLY | O_APPEND | O_CREAT, 0600)) < 0) [all...] |
/external/open-vcdiff/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/protobuf/gtest/src/ |
gtest-death-test.cc | [all...] |
/external/valgrind/main/include/vki/ |
vki-darwin.h | 260 #define VKI_O_APPEND O_APPEND
|
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 447 h->append = (oflag & O_APPEND) ? 1 : 0;
|
/frameworks/base/core/jni/ |
android_os_Parcel.cpp | 403 if (mode&0x02000000) flags |= O_APPEND;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
AudioUsbALSA.cpp | 395 filed = open(fn, O_WRONLY | O_CREAT | O_TRUNC | O_APPEND, 0664); [all...] |
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 587 flags |= O_APPEND;
|
/libcore/luni/src/main/native/ |
libcore_io_OsConstants.cpp | 309 initConstant(env, c, "O_APPEND", O_APPEND);
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-death-test.cc | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 424 fd = os.open(TESTFN, os.O_WRONLY | os.O_APPEND)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_asyncore.py | 424 fd = os.open(TESTFN, os.O_WRONLY | os.O_APPEND)
|
/external/chromium_org/components/breakpad/app/ |
breakpad_linux.cc | [all...] |
/external/ppp/pppd/ |
main.c | [all...] |
sys-linux.c | [all...] |
/system/core/adb/ |
adb.c | 945 fd = unix_open("/tmp/adb.log", O_WRONLY | O_CREAT | O_APPEND, 0640); [all...] |
/external/linux-tools-perf/util/ |
probe-event.c | 1416 ret = open(buf, O_RDWR, O_APPEND); [all...] |
/external/yaffs2/yaffs2/ |
yaffs_fs.c | 816 if (!S_ISBLK(inode->i_mode) && f->f_flags & O_APPEND) { [all...] |
/ndk/sources/host-tools/make-3.81/ |
function.c | [all...] |
/external/strace/ |
file.c | 281 { O_APPEND, "O_APPEND" }, 496 { 8, "O_APPEND" }, [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |