Lines Matching refs:fake_dir
37 static std::vector<std::string> fake_dir; variable
43 if (fake_dir_offset >= fake_dir.size()) return nullptr; in fake_readdir()
44 strcpy(d.d_name, fake_dir[fake_dir_offset++].c_str()); in fake_readdir()
53 return &fake_dir; in fake_opendir()
175 fake_dir = { "c", "a", "d", "b" }; in TEST()
229 fake_dir = { "f1", "f2", "f30", "f40" }; in TEST()
238 fake_dir = { "axbxcxdxe" }; in TEST()
240 fake_dir = { "axbxcxdxexxx" }; in TEST()
242 fake_dir = { "abxbbxdbxebxczzx" }; in TEST()
244 fake_dir = { "abxbbxdbxebxczzy" }; in TEST()
247 fake_dir = { std::string(100, 'a') }; in TEST()