Searched refs:tpname (Results 1 – 3 of 3) sorted by relevance
246 std::string tpname = t.text(); in read_tp() local255 ATF_PARSER_CALLBACK(p, got_tp_start(tpname, ntcs)); in read_tp()279 if (t.text() != tpname) in read_tp()
59 got_tp_start(const std::string& tpname, size_t ntcs) in got_tp_start() argument61 m_calls.push_back("got_tp_start(" + tpname + ", " + in got_tp_start()
510 std::string tpname, tcname; in count_tps() local511 colon_split(*iter, tpname, tcname); in count_tps()512 tools::fs::path tp(tpname); in count_tps()