HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 176 - 200 of 456) sorted by null

1 2 3 4 5 6 78 91011>>

  /build/libs/host/
CopyFile.c 251 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644);
281 dstFd = open(dst, O_CREAT | O_TRUNC | O_WRONLY | O_BINARY, 0644);
316 dstFd = open(dstRsrcName, O_TRUNC | O_WRONLY, 0);
  /libcore/luni/src/main/java/java/nio/
FileChannelImpl.java 79 if ((mode & O_ACCMODE) == O_WRONLY) {
100 } else if (accessMode == O_WRONLY) {
233 } else if (accessMode == O_WRONLY) {
  /system/core/adb/
file_sync_service.c 186 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
193 fd = adb_open_mode(path, O_WRONLY | O_CREAT | O_EXCL | O_CLOEXEC, mode);
197 fd = adb_open_mode(path, O_WRONLY | O_CLOEXEC, mode);
  /device/asus/fugu/power/
power.c 44 int fd = open(path, O_WRONLY);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 143 O_WRONLY | O_CREAT | O_TRUNC,
  /external/chromium_org/components/metrics/chromeos/
serialization_utils.cc 173 O_WRONLY | O_APPEND | O_CREAT,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.cc 70 case O_WRONLY:
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c 212 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
  /external/chromium_org/tools/telemetry/third_party/pyserial/serial/
sermsdos.py 27 # O_WRONLY, O_RDWR, O_APPEND, O_CREAT, O_EXCL, O_TRUNC,
155 os.O_WRONLY | os.O_BINARY)
  /external/e2fsprogs/util/
copy_sparse.c 135 ofd = open(dest, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 172 int fd = open(path, O_WRONLY|O_NOFOLLOW|O_CLOEXEC);
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 136 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
  /external/libnfc-nci/src/adaptation/
libmain.c 161 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
  /external/openssl/crypto/rand/
randfile.c 212 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
  /external/qemu/distrib/ext4_utils/src/
make_ext4fs_main.c 194 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 88 fileDesc = open(strKeyFilename, O_CREAT | O_TRUNC | O_WRONLY, S_IRUSR);
  /frameworks/base/cmds/idmap/
create.cpp 34 int fd = TEMP_FAILURE_RETRY(open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644));
  /frameworks/base/cmds/screencap/
screencap.cpp 119 fd = open(fn, O_WRONLY | O_CREAT | O_TRUNC, 0664);
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 53 result |= O_WRONLY;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 35 #define O_WRONLY 01
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 35 #define O_WRONLY 01
  /system/extras/ext4_utils/
ext2simg.c 180 outfd = open(out, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
make_ext4fs_main.c 220 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /system/netd/server/
SoftapController.cpp 161 fd = open(HOSTAPD_CONF_FILE, O_CREAT | O_TRUNC | O_WRONLY | O_NOFOLLOW, 0660);
  /system/vold/
main.cpp 116 fd = openat(dfd, "uevent", O_WRONLY);

Completed in 2796 milliseconds

1 2 3 4 5 6 78 91011>>