Searched defs:null_fd (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | sanitizer_test.cc | 87 int null_fd = open("/dev/null", O_RDWR); in TEST() local 137 int null_fd = open("/dev/null", O_RDWR); in TEST() local
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/android/utils/ |
D | debug.c | 112 int null_fd, out_fd, err_fd; in stdio_disable() local 140 int null_fd, out_fd, err_fd; in stdio_disable() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_bprm_opts.c | 34 int child_pid, child_status, ret, null_fd; in run_set_secureexec() local
|
H A D | test_local_storage.c | 31 int null_fd; in run_self_unlink() local
|
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/ |
H A D | atrace_wrapper.cc | 67 int null_fd = open("/dev/null", O_RDWR); in ExecvAtrace() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | launch_posix.cc | 380 base::ScopedFD null_fd(HANDLE_EINTR(open("/dev/null", O_RDONLY))); in LaunchProcess() local
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | launch_posix.cc | 394 base::ScopedFD null_fd(HANDLE_EINTR(open("/dev/null", O_RDONLY))); in LaunchProcess() local
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | unix_socket_unittest.cc | 689 ScopedFile null_fd(base::OpenFile("/dev/null", O_RDONLY)); in TEST_F() local
|