Home
last modified time | relevance | path

Searched refs:m_exec_argv (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dprocess.cpp87 m_exec_argv(collection_to_argv(m_args)) in argv_array()
110 m_exec_argv(collection_to_argv(m_args)) in argv_array()
116 m_exec_argv(collection_to_argv(m_args)) in argv_array()
123 m_exec_argv = collection_to_argv(m_args); in ctor_init_exec_argv()
130 return m_exec_argv.get(); in exec_argv()
166 m_exec_argv = collection_to_argv(m_args); in operator =()
H A Dprocess.hpp66 auto_array< const char* > m_exec_argv; member in atf::process::argv_array
/netbsd-src/external/bsd/atf/dist/tools/
H A Dprocess.cpp130 m_exec_argv(collection_to_argv(m_args)) in argv_array()
153 m_exec_argv(collection_to_argv(m_args)) in argv_array()
159 m_exec_argv(collection_to_argv(m_args)) in argv_array()
166 m_exec_argv = collection_to_argv(m_args); in ctor_init_exec_argv()
173 return m_exec_argv.get(); in exec_argv()
209 m_exec_argv = collection_to_argv(m_args); in operator =()
H A Dprocess.hpp67 auto_array< const char* > m_exec_argv; member in tools::process::argv_array