Searched refs:SeenNestedFile (Results 1 – 1 of 1) sorted by relevance
281 bool SeenNestedFile = false; in TEST_CASE() local282 recursive_directory_iterator it = SetupState(false, SeenNestedFile); in TEST_CASE()292 bool SeenNestedFile = false; in TEST_CASE() local293 recursive_directory_iterator it = SetupState(true, SeenNestedFile); in TEST_CASE()299 if (SeenNestedFile) { in TEST_CASE()367 bool SeenNestedFile = false; in TEST_CASE() local370 SeenNestedFile); in TEST_CASE()378 if (SeenNestedFile) { in TEST_CASE()425 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenNestedFile) { in TEST_CASE() argument426 SeenNestedFile = false; in TEST_CASE()[all …]