Lines Matching refs:root
46 std::string root(TOPDIR); in TEST_F() local
47 root += "/test/lit.cfg"; in TEST_F()
48 m_pTestee->assign(root); in TEST_F()
52 m_pTestee = new Path(root); in TEST_F()
57 const std::string root = "/luck"; in TEST_F() local
58 m_pTestee->assign(root); in TEST_F()
62 m_pTestee = new Path(root); in TEST_F()
67 const std::string root = "../././.."; in TEST_F() local
68 m_pTestee->assign(root); in TEST_F()
72 m_pTestee = new Path(root); in TEST_F()
78 const std::string root = "/luck"; in TEST_F() local
79 m_pTestee->assign(root); in TEST_F()
83 m_pTestee = new Path(root); in TEST_F()
89 const std::string root = "aaa/bbb/../../ccc/"; in TEST_F() local
90 m_pTestee->assign(root); in TEST_F()
97 m_pTestee = new Path(root); in TEST_F()
103 const std::string root = "aa/"; in TEST_F() local
106 m_pTestee->assign(root); in TEST_F()
110 m_pTestee = new Path(root); in TEST_F()
117 const std::string root = "aa/"; in TEST_F() local
118 m_pTestee->assign(root); in TEST_F()