HomeSort by relevance Sort by last modified time
    Searched refs:O_WRONLY (Results 151 - 175 of 399) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
randfile.c 212 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
  /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 137 fileStream = open (filename, O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
  /external/openssh/openbsd-compat/
bsd-misc.c 123 fd = open(path, O_WRONLY);
port-solaris.c 176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
  /external/openssl/crypto/rand/
randfile.c 212 int fd = open(file, O_WRONLY|O_CREAT|O_BINARY, 0600);
  /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/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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
hwdep.h 78 #define SND_HWDEP_OPEN_WRITE (O_WRONLY)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
hwdep.h 78 #define SND_HWDEP_OPEN_WRITE (O_WRONLY)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
hwdep.h 78 #define SND_HWDEP_OPEN_WRITE (O_WRONLY)
  /system/core/logcat/
logcat.cpp 104 return open(pathname, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
498 mode = O_WRONLY;
642 fd = open( devname, O_WRONLY );
666 | (mode & O_WRONLY) ? W_OK : 0;
  /system/extras/ext4_utils/
make_ext4fs_main.c 194 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0644);
  /system/netd/
SoftapController.cpp 162 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);
  /external/bison/darwin-lib/
fcntl.h 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /external/bison/linux-lib/
fcntl.h 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
event_test.cc 272 fds[0] = kp->open("/test.txt", O_CREAT | O_WRONLY);
301 fds[0] = kp->open("/test.txt", O_CREAT | O_WRONLY);
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 85 if (access_mode != O_RDONLY && access_mode != O_WRONLY &&
504 case O_WRONLY:
  /external/e2fsprogs/debugfs/
dump.c 176 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
  /external/qemu/android/utils/
filelock.c 190 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC );
197 pidfile_fd = open( lock->temp, O_WRONLY | O_CREAT | O_TRUNC );
  /external/qemu/distrib/sdl-1.2.15/src/video/ipod/
SDL_ipodvideo.c 173 dbgout = fdopen (open ("/etc/sdlpod.log", O_WRONLY | O_SYNC | O_APPEND), "a");
182 tty0_fd = open(tty0[i], O_WRONLY, 0);
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc 224 int fd1 = open(getenv("PS_STDOUT"), O_WRONLY);
227 int fd2 = open(getenv("PS_STDERR"), O_WRONLY);
232 tty_fd_ = open("/dev/tty", O_WRONLY);

Completed in 681 milliseconds

1 2 3 4 5 67 8 91011>>