/device/lge/mako/conn_init/ |
wfc_util_fctrl.c | 614 destfd = open(pDestFName, O_CREAT|O_WRONLY, mode);
|
/external/bluetooth/bluedroid/hci/src/ |
btsnoop.c | 213 O_WRONLY|O_CREAT|O_TRUNC, \
|
/external/chromium/chrome/browser/ |
shell_integration_linux.cc | 126 O_CREAT | O_EXCL | O_WRONLY,
|
/external/chromium_org/base/process/ |
launch_posix.cc | 532 int dev_null = open("/dev/null", O_WRONLY);
|
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
goobspatch.c | 514 if(((fd=open(argv[2],O_CREAT|O_TRUNC|O_WRONLY,0644))<0) ||
|
/external/chromium_org/third_party/zlib/ |
gzlib.c | 171 (O_WRONLY | O_CREAT | (
|
/external/libnfc-nci/src/adaptation/ |
libmain.c | 171 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
|
/external/openssh/ |
ssh-keygen.c | 911 fd = open(identity_file, O_WRONLY | O_CREAT | O_TRUNC, 0644); [all...] |
/external/zlib/src/examples/ |
gun.c | 572 outfile = open(outname, O_CREAT | O_TRUNC | O_WRONLY, 0666);
|
/external/zlib/src/ |
gzlib.c | 232 (O_WRONLY | O_CREAT |
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 287 fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gzip.py | 287 fd = os.open(self.filename, os.O_WRONLY | os.O_CREAT)
|
/system/core/adb/ |
services.c | 228 int fd = adb_open(text, O_WRONLY);
|
/system/core/logwrapper/ |
logwrap.c | 341 fd = open(file_path, O_WRONLY | O_CREAT, 0664);
|
/system/extras/tests/iptables/qtaguid/ |
socketTag.cpp | 83 param_fd = open(filename.c_str(), O_WRONLY);
|
/external/dhcpcd/ |
dhcp.c | 1133 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444); 1138 fd = open(iface->leasefile, O_WRONLY | O_CREAT | O_TRUNC, 0444); [all...] |
/external/dropbear/ |
loginrec.c | 909 if ((fd = open(WTMP_FILE, O_WRONLY|O_APPEND, 0)) < 0) { 1075 if ((fd = open(WTMPX_FILE, O_WRONLY|O_APPEND, 0)) < 0) { [all...] |
/external/mksh/src/ |
shf.c | 82 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); 105 case O_WRONLY:
|
/external/ppp/pppd/ |
options.c | [all...] |
sys-linux.c | [all...] |
/external/qemu/block/ |
raw-posix.c | 708 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 981 fd = open(filename, O_WRONLY | O_BINARY); [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
ARTPWriter.cpp | 79 O_WRONLY | O_CREAT | O_TRUNC, 85 O_WRONLY | O_CREAT | O_TRUNC,
|
/frameworks/base/core/jni/ |
android_util_Process.cpp | 353 int fd = open(text, O_WRONLY); 380 int fd = open(text, O_WRONLY);
|
/device/asus/flo/camera/QCamera2/HAL/test/ |
qcamera_test.cpp | 116 fd = open(path, O_CREAT | O_WRONLY | O_TRUNC, 0655);
|
/external/chromium_org/chrome/browser/printing/ |
printing_message_filter.cc | 172 int fd = open(path.value().c_str(), O_WRONLY);
|