HomeSort by relevance Sort by last modified time
    Searched defs:sys_open (Results 1 - 5 of 5) 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::__anon23022
76 int opened_fd = sys_open(file_to_open, flags);
  /prebuilts/go/darwin-x86/src/syscall/
tables_nacl.go 13 sys_open = 10
12 sys_open = 10 const
  /prebuilts/go/linux-x86/src/syscall/
tables_nacl.go 13 sys_open = 10
12 sys_open = 10 const
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 239 milliseconds