HomeSort by relevance Sort by last modified time
    Searched refs:ki_open (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 88 int fd = ki_open("/test", O_RDWR | O_CREAT, 0777);
119 int fd = ki_open(filename, O_WRONLY | O_CREAT, 0777);
235 int file1 = ki_open("/test1.txt", O_RDWR | O_CREAT, 0777);
296 fd1 = ki_open("/example", O_RDONLY, 0);
303 fd2 = ki_open("../example", O_RDONLY, 0);
310 fd3 = ki_open("../test", O_CREAT | O_RDWR, 0777);
316 fd4 = ki_open("bar", O_RDONLY, 0);
363 EXPECT_EQ(-1, ki_open("/foo/bar", O_RDONLY, 0));
367 fd1 = ki_open("/foo/bar", O_RDWR | O_CREAT, 0777);
371 fd2 = ki_open("/foo/bar", O_RDWR | O_CREAT, 0777)
    [all...]
tty_test.cc 191 int tty_fd = ki_open("/dev/tty", O_RDONLY, 0);
234 int tty_fd = ki_open("/dev/tty", O_RDONLY, 0);
267 int tty_fd = ki_open("/dev/tty", O_RDONLY, 0);
315 int tty_fd = ki_open("/dev/tty", O_RDONLY, 0);
350 int fd = ki_open("/dev/tty", O_RDONLY, 0);
358 int tty_fd = ki_open("/dev/tty", O_RDONLY, 0);
fuse_fs_test.cc 439 int fd = ki_open("/hello", O_WRONLY | O_CREAT, 0777);
446 fd = ki_open("/hello", O_RDONLY, 0);
jspipe_test.cc 437 int pipe_fd = ki_open("/dev/jspipe1", O_RDONLY, 0);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 139 return ki_open(path, oflag, (mode_t) pmode);
143 return ki_open(path, oflag);
147 *pfh = ki_open(path, oflag);
kernel_intercept.h 88 int ki_open(const char* path, int oflag, mode_t mode);
kernel_wrap_newlib.cc 189 *newfd = ki_open(pathname, oflag, mode);
kernel_intercept.cc 230 int ki_open(const char* path, int oflag, mode_t mode) { function
kernel_wrap_bionic.cc 268 *newfd = ki_open(pathname, oflag, mode);
kernel_wrap_glibc.cc 283 *newfd = ki_open(pathname, oflag, mode);

Completed in 553 milliseconds