Home | History | Annotate | Download | only in rec.dir.itr.members

Lines Matching refs:testFile

93     path const testFile = testDir / "testFile";
95 env.create_file(testFile, 42);
129 path const testFile = env.make_env_path("file1");
130 env.create_file(testFile, 42);
133 permissions(testFile, perms::none);
139 RDI it(testFile, ec);
147 RDI it(testFile, directory_options::skip_permission_denied, ec);
195 const path testFile = StaticEnv::File;
199 RDI it(testFile, ec);
204 TEST_CHECK_THROW(filesystem_error, RDI(testFile));