Lines Matching refs:fs
124 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
142 fs::createUniqueDirectory("program-redirect-test", TestDirectory));
159 ASSERT_NO_ERROR(fs::remove(Twine(LongPath)));
160 ASSERT_NO_ERROR(fs::remove(Twine(TestDirectory)));
174 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
211 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
269 sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
325 ASSERT_NO_ERROR(fs::createUniqueDirectory("program-test", TestDirectory));
334 ASSERT_NO_ERROR(fs::openFileForRead(file_pathname.c_str(), fd));
351 ASSERT_NO_ERROR(fs::remove(file_pathname.str()));
352 ASSERT_NO_ERROR(fs::remove(TestDirectory.str()));