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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_proxy_test.cc 89 int fd = ki_open("/test", O_RDWR | O_CREAT);
120 int fd = ki_open(filename, O_WRONLY | O_CREAT);
238 int file1 = ki_open("/test1.txt", O_RDWR | O_CREAT);
310 EXPECT_EQ(-1, ki_open("/foo/bar", O_RDONLY));
314 fd1 = ki_open("/foo/bar", O_RDWR | O_CREAT);
318 fd2 = ki_open("/foo/bar", O_RDWR | O_CREAT);
322 EXPECT_EQ(-1, ki_open("/foo/bar", O_RDONLY | O_CREAT | O_EXCL));
330 fd3 = ki_open("/foo/bar", O_RDONLY);
340 fd1 = ki_open("/foo/bar", O_WRONLY | O_APPEND);
349 fd2 = ki_open("/foo/bar", O_RDONLY)
    [all...]
mount_node_tty_test.cc 174 int tty_fd = ki_open("/dev/tty", O_RDONLY);
217 int tty_fd = ki_open("/dev/tty", O_RDONLY);
299 int tty_fd = ki_open("/dev/tty", O_RDONLY);
333 int fd = ki_open("/dev/tty", O_RDONLY);
341 int tty_fd = ki_open("/dev/tty", O_RDONLY);
mount_fuse_test.cc 330 int fd = ki_open("/hello", O_WRONLY | O_CREAT);
337 fd = ki_open("/hello", O_RDONLY);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 122 // TODO(binji): ki_open should use the pmode parameter. When it does, this
132 return ki_open(path, oflag);
136 return ki_open(path, oflag);
140 *pfh = ki_open(path, oflag);
kernel_intercept.h 56 int ki_open(const char* path, int oflag);
kernel_wrap_newlib.cc 172 *newfd = ki_open(pathname, oflag);
kernel_intercept.cc 149 int ki_open(const char *path, int oflag) { function
kernel_wrap_glibc.cc 231 *newfd = ki_open(pathname, oflag);

Completed in 57 milliseconds