HomeSort by relevance Sort by last modified time
    Searched refs:O_CREAT (Results 451 - 475 of 1185) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
2-2.c 13 * have been closed. At this time, call to mq_open() with O_CREAT flag may fail
97 mqdes = mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0);
121 if (mq_open(mqname, O_CREAT | O_RDWR, S_IRUSR | S_IWUSR, 0) !=
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
8-1.c 128 sem = sem_open(semname, O_CREAT | O_EXCL, 0777, 1);
136 sem_1 = sem_open(semname_1, O_CREAT | O_EXCL, 0777, 3);
  /external/protobuf/src/google/protobuf/testing/
googletest.cc 171 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
186 O_WRONLY | O_CREAT | O_EXCL | O_BINARY, 0777);
  /art/libartbase/base/
os_linux.cc 45 return OS::OpenFileWithFlags(name, O_CREAT | extra_flags);
  /bionic/tests/headers/posix/
fcntl_h.c 57 MACRO(O_CREAT);
  /cts/tests/tests/content/jni/
NativeCursorWindow.cpp 85 int fd = open(chars, O_CREAT | O_RDWR | O_CLOEXEC, 0700);
  /external/adhd/cras/src/dsp/tests/
raw.c 79 int fd = open(filename, O_WRONLY | O_CREAT, 0644);
  /external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c 59 sem->semaphore = sem_open(name, O_CREAT|O_EXCL, mode, initialValue);
  /external/elfutils/tests/
arextract.c 98 outfd = open (argv[3], O_CREAT | O_TRUNC | O_RDWR, 0666);
  /external/google-breakpad/src/common/tests/
file_utils.cc 123 int fd = HANDLE_EINTR(open(path, O_CREAT | O_TRUNC | O_WRONLY, S_IRWXU));
  /external/honggfuzz/examples/terminal-emulators/
terminal-test.c 35 fd_log = open("./term.log", O_WRONLY | O_CREAT | O_APPEND, 0644);
  /external/libchrome/base/files/
dir_reader_posix_unittest.cc 44 const int fd = open(buf, O_CREAT | O_RDONLY | O_EXCL, 0600);
  /external/linux-kselftest/tools/testing/selftests/efivarfs/
open-unlink.c 89 fd = open(path, O_WRONLY | O_CREAT, 0600);
  /external/linux-kselftest/tools/testing/selftests/timers/
mqueue-lat.c 66 q = mq_open("/foo", O_CREAT | O_RDONLY, 0666, NULL);
  /external/ltp/lib/
tst_checkpoint.c 73 O_RDWR | O_CREAT, 0666);
  /external/ltp/testcases/kernel/containers/mqns/
mqns_01.c 108 mqd = ltp_syscall(__NR_mq_open, NOSLASH_MQ1, O_RDWR | O_CREAT | O_EXCL,
mqns_02.c 68 O_RDWR | O_CREAT | O_EXCL, 0777, NULL);
  /external/ltp/testcases/kernel/io/direct_io/
diotest6.c 180 if ((fd_w = open(filename, O_WRONLY | O_CREAT, 0666)) < 0) {
202 open(filename, O_DIRECT | O_WRONLY | O_CREAT, 0666)) < 0) {
224 open(filename, O_DIRECT | O_WRONLY | O_CREAT, 0666)) < 0) {
373 if ((fd1 = open(filename, O_CREAT | O_EXCL, 0600)) < 0) {
  /external/ltp/testcases/kernel/io/ltp-aiodio/
dio_append.c 85 fd = open(filename, O_DIRECT | O_WRONLY | O_CREAT, 0666);
  /external/ltp/testcases/kernel/mem/mmapstress/
mmap-corruption01.c 149 int fd = open(fname, O_CREAT | O_EXCL | O_RDWR, 0600);
  /external/ltp/testcases/kernel/syscalls/chown/
chown05.c 163 if ((fd = open(TESTFILE, O_RDWR | O_CREAT, FILE_MODE)) == -1)
  /external/ltp/testcases/kernel/syscalls/faccessat/
faccessat01.c 135 fds[2] = SAFE_OPEN(cleanup, testfile3, O_CREAT | O_RDWR, 0600);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify05.c 48 fd = SAFE_OPEN(fname, O_RDWR | O_CREAT, 0644);
  /external/ltp/testcases/kernel/syscalls/fchown/
fchown03.c 122 fildes = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_CREAT, FILE_MODE);
fchown05.c 123 fildes = SAFE_OPEN(cleanup, TESTFILE, O_RDWR | O_CREAT, FILE_MODE);

Completed in 1282 milliseconds

<<11121314151617181920>>