Lines Matching refs:_root
127 fs::path _root;
129 /// Path to the helper test program, relative to _root.
149 _root(_srcdir),
208 _root = fs::path(new_root);
211 const fs::path new_path = _root / _binary_path;
235 "atf", _binary_path, _root, "the-suite",
282 fs::path _root;
284 /// Path to the helper test program, relative to _root.
300 _root(_srcdir),
335 _root = fs::path(new_root);
338 const fs::path new_path = _root / _binary_path;
356 "plain", _binary_path, _root, "unit-tests", mdbuilder.build());