Home
last modified time | relevance | path

Searched refs:fork_files_aux (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/kyua/utils/process/
H A Dchild.hpp83 static std::auto_ptr< child > fork_files_aux(const fs::path&,
H A Dchild.cpp256 process::child::fork_files_aux(const fs::path& stdout_file, in fork_files_aux() function in process::child
344 std::auto_ptr< child > child = fork_files_aux(stdout_file, stderr_file); in spawn_files()
H A Dchild.ipp59 std::auto_ptr< child > child = fork_files_aux(stdout_file, stderr_file);