Lines Matching refs:root
41 std::string root(TOPDIR); in TEST_F() local
42 root += "/test/lit.cfg"; in TEST_F()
43 m_pTestee->assign(root); in TEST_F()
47 m_pTestee = new Path(root); in TEST_F()
52 const std::string root = "/luck"; in TEST_F() local
53 m_pTestee->assign(root); in TEST_F()
57 m_pTestee = new Path(root); in TEST_F()
62 const std::string root = "../././.."; in TEST_F() local
63 m_pTestee->assign(root); in TEST_F()
67 m_pTestee = new Path(root); in TEST_F()
73 const std::string root = "/luck"; in TEST_F() local
74 m_pTestee->assign(root); in TEST_F()
78 m_pTestee = new Path(root); in TEST_F()
84 const std::string root = "aaa/bbb/../../ccc/"; in TEST_F() local
85 m_pTestee->assign(root); in TEST_F()
92 m_pTestee = new Path(root); in TEST_F()
98 const std::string root = "aa/"; in TEST_F() local
101 m_pTestee->assign(root); in TEST_F()
105 m_pTestee = new Path(root); in TEST_F()
111 const std::string root = "aa/"; in TEST_F() local
112 m_pTestee->assign(root); in TEST_F()