HomeSort by relevance Sort by last modified time
    Searched refs:SAFE_OPEN (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /external/ltp/testcases/kernel/syscalls/fallocate/
fallocate04.c 96 fd = SAFE_OPEN(cleanup, fname, O_RDWR | O_CREAT, 0700);
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify03.c 279 fd = SAFE_OPEN(cleanup, fname, O_CREAT | O_RDWR, 0644);
  /external/ltp/testcases/kernel/io/direct_io/
dma_thread_diotest.c 261 worker[j].fd = SAFE_OPEN(cleanup, filename,
  /external/ltp/include/old/
safe_macros.h 59 #define SAFE_OPEN(cleanup_fn, pathname, oflags, ...) \
60 safe_open(__FILE__, __LINE__, (cleanup_fn), (pathname), (oflags), \
  /external/ltp/include/
tst_safe_macros.h 74 #define SAFE_OPEN(pathname, oflags, ...) \
75 safe_open(__FILE__, __LINE__, NULL, (pathname), (oflags), \
  /external/ltp/lib/
tst_test.c 131 fd = SAFE_OPEN(path, O_RDWR);
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 629 read_fd = SAFE_OPEN(cleanup, pname, O_RDONLY);

Completed in 2369 milliseconds

1 2 3 45