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

1 2 3 4 5 6 78 91011>>

  /external/strace/tests-m32/
qual_fault.c 106 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT;
read-write.c 144 if (open(tmp, O_CREAT|O_RDONLY|O_TRUNC, 0600) != 0)
  /external/strace/tests-mx32/
pread64-pwrite64.c 130 if (open(tmp, O_CREAT|O_RDONLY|O_TRUNC, 0600) != 0)
preadv-pwritev.c 46 if (open(tmp, O_CREAT|O_RDONLY|O_TRUNC, 0600) != 0)
qual_fault.c 106 static const int open_flags = O_WRONLY | O_TRUNC | O_CREAT;
read-write.c 144 if (open(tmp, O_CREAT|O_RDONLY|O_TRUNC, 0600) != 0)
  /external/syslinux/com32/lib/sys/
ansicon_write.c 208 .fileflags = O_WRONLY | O_CREAT | O_TRUNC | O_APPEND,
  /external/valgrind/none/tests/
faultstatus.c 153 fd = open("faultstatus.tmp", O_CREAT|O_TRUNC|O_EXCL|O_RDWR, 0600);
  /frameworks/av/cmds/stagefright/
audioloop.cpp 147 int fd = open(fileOut, O_CREAT | O_LARGEFILE | O_TRUNC | O_RDWR, S_IRUSR | S_IWUSR);
  /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/tools/aapt2/io/
FileStream.cpp 113 int mode = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY;
  /frameworks/compile/mclinker/lib/Support/
FileHandle.cpp 61 result |= O_TRUNC;
  /hardware/qcom/msm8998/json-c/
json_util.c 112 if((fd = open(filename, O_WRONLY | O_TRUNC | O_CREAT, 0644)) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 40 #define O_TRUNC 01000 /* not fcntl */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 41 #define O_TRUNC 01000 /* not fcntl */
  /system/bt/hci/src/
hci_layer_android.cc 153 int logfile_fd = open(LOG_PATH, O_WRONLY | O_CREAT | O_TRUNC,
  /system/extras/libperfmgr/
Node.cc 86 open(node_path_.c_str(), O_WRONLY | O_CLOEXEC | O_TRUNC)));
  /system/netd/server/
main.cpp 68 const int PID_FILE_FLAGS = O_CREAT | O_TRUNC | O_WRONLY | O_NOFOLLOW | O_CLOEXEC;
  /system/nfc/src/adaptation/
libmain.cc 137 open(filename.c_str(), O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
  /system/vold/
Loop.cpp 157 unique_fd fd(open(file, O_CREAT | O_WRONLY | O_TRUNC | O_CLOEXEC, 0600));
  /toolchain/binutils/binutils-2.27/libiberty/
pex-djgpp.c 100 (O_WRONLY | O_CREAT | O_TRUNC
  /external/e2fsprogs/debugfs/
dump.c 181 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
270 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
  /external/ltp/testcases/kernel/fs/ftest/
ftest02.c 257 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
261 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
ftest06.c 278 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
282 fd = open(fname, O_RDWR | O_CREAT | O_TRUNC, 0666);
  /system/core/base/
file.cpp 107 int flags = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY |
135 int flags = O_WRONLY | O_CREAT | O_TRUNC | O_CLOEXEC | O_BINARY |

Completed in 543 milliseconds

1 2 3 4 5 6 78 91011>>