Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/tools/
H A Datffile.cpp206 vars_map m_conf, m_props; member in reader
232 m_props[name] = val; in got_prop()
259 return m_props; in props()
279 m_props(properties) in atffile()
302 return m_props; in props()
H A Datffile.hpp72 std::map< std::string, std::string > m_props; member in tools::atffile