Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/detail/
H A Dprocess.cpp83 m_exec_argv(collection_to_argv(m_args)) in argv_array()
106 m_exec_argv(collection_to_argv(m_args)) in argv_array()
112 m_exec_argv(collection_to_argv(m_args)) in argv_array()
119 m_exec_argv = collection_to_argv(m_args); in ctor_init_exec_argv()
126 return m_exec_argv.get(); in exec_argv()
162 m_exec_argv = collection_to_argv(m_args); in operator =()
H A Dprocess.hpp61 auto_array< const char* > m_exec_argv; member in atf::process::argv_array