Searched refs:Dir3 (Results 1 – 4 of 4) sorted by relevance
62 TEST_CHECK(hard_link_count(StaticEnv::Dir3) == Dir3Expect || in TEST_CASE()63 hard_link_count(StaticEnv::Dir3) == Dir3ExpectAlt || in TEST_CASE()64 hard_link_count(StaticEnv::Dir3) == 1); in TEST_CASE()70 TEST_CHECK(hard_link_count(StaticEnv::Dir3, ec) == Dir3Expect || in TEST_CASE()71 hard_link_count(StaticEnv::Dir3, ec) == Dir3ExpectAlt || in TEST_CASE()72 hard_link_count(StaticEnv::Dir3) == 1); in TEST_CASE()
35 const path DirDepth2 = StaticEnv::Dir3; in TEST_CASE()
60 { StaticEnv::Dir3 / "../..", StaticEnv::Dir }, in TEST_CASE()
48 static const fs::path Dir3 = TestDirList[2]; variable