Home
last modified time | relevance | path

Searched defs:sys_open (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dtables_js.go21 sys_open = 10 const
/aosp_15_r20/external/trusty/musl/src/internal/
Dsyscall.h232 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__)) macro
/aosp_15_r20/external/musl/src/internal/
H A Dsyscall.h389 #define sys_open(...) __syscall_ret(__sys_open(__VA_ARGS__)) macro