Home
last modified time | relevance | path

Searched refs:SeenNestedFile (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/experimental/filesystem/class.rec.dir.itr/rec.dir.itr.members/
Dincrement.pass.cpp281 bool SeenNestedFile = false; in TEST_CASE() local
282 recursive_directory_iterator it = SetupState(false, SeenNestedFile); in TEST_CASE()
292 bool SeenNestedFile = false; in TEST_CASE() local
293 recursive_directory_iterator it = SetupState(true, SeenNestedFile); in TEST_CASE()
299 if (SeenNestedFile) { in TEST_CASE()
367 bool SeenNestedFile = false; in TEST_CASE() local
370 SeenNestedFile); in TEST_CASE()
378 if (SeenNestedFile) { in TEST_CASE()
425 auto SetupState = [&](bool AllowEAccess, bool FollowSym, bool& SeenNestedFile) { in TEST_CASE() argument
426 SeenNestedFile = false; in TEST_CASE()
[all …]