HomeSort by relevance Sort by last modified time
    Searched defs:sys_open (Results 1 - 3 of 3) sorted by null

  /external/valgrind/memcheck/tests/solaris/
scalar_obsolete.c 9 static void sys_open(void) function
11 GO(SYS_open, "(2-args) 2s 1m");
12 SY(SYS_open, x0, x0); FAIL;
18 GO(SYS_open, "(3-args) 3s 1m");
19 SY(SYS_open, x0, x0 | O_CREAT, x0); FAIL;
28 /* SYS_open 5 */
29 sys_open();
  /external/libchrome/sandbox/linux/syscall_broker/
broker_host.cc 43 int sys_open(const char* pathname, int flags) { function in namespace:sandbox::syscall_broker::__anon15392
76 int opened_fd = sys_open(file_to_open, flags);
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 66 milliseconds