Lines Matching refs:SeenNestedFile
290 bool SeenNestedFile = false; in test_PR35078() local
291 recursive_directory_iterator it = SetupState(false, SeenNestedFile); in test_PR35078()
301 bool SeenNestedFile = false; in test_PR35078() local
302 recursive_directory_iterator it = SetupState(true, SeenNestedFile); in test_PR35078()
308 if (SeenNestedFile) { in test_PR35078()
316 bool SeenNestedFile = false; in test_PR35078() local
317 recursive_directory_iterator it = SetupState(false, SeenNestedFile); in test_PR35078()
387 bool SeenNestedFile = false; in test_PR35078_with_symlink() local
390 SeenNestedFile); in test_PR35078_with_symlink()
398 if (SeenNestedFile) { in test_PR35078_with_symlink()
444 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenNestedFile) { in test_PR35078_with_symlink_file() argument
445 SeenNestedFile = false; in test_PR35078_with_symlink_file()
453 SeenNestedFile = true; in test_PR35078_with_symlink_file()
470 bool SeenNestedFile = false; in test_PR35078_with_symlink_file() local
473 SeenNestedFile); in test_PR35078_with_symlink_file()
485 if (!SeenNestedFile) { in test_PR35078_with_symlink_file()