Searched refs:posix_entrypoint_for_testing (Results 1 – 5 of 5) sorted by relevance
135 std::function<void()> posix_entrypoint_for_testing; member
160 if (args->create_args->posix_entrypoint_for_testing) in ChildProcess()161 args->create_args->posix_entrypoint_for_testing(); in ChildProcess()
410 p.args.posix_entrypoint_for_testing = [] { in TEST()433 p.args.posix_entrypoint_for_testing = [pipe1_wr, pipe2_wr] { in TEST()
176 subprocess_.args.posix_entrypoint_for_testing = [sync_pipe_rd] { in Exec()
1684 child.args.posix_entrypoint_for_testing = [start_pipe_wr] { in TEST_P()