HomeSort by: relevance | last modified time | path
    Searched defs:syscall_open (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/process/
system.cpp 50 int (*detail::syscall_open)(const char*, const int, ...) = ::open; variable
child_test.cpp 541 process::detail::syscall_open = open_fail< ENOENT >; member in class:process::detail
556 process::detail::syscall_open = open_fail< ENOENT >; member in class:process::detail

Completed in 22 milliseconds