Searched refs:ScopedScriptFile (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/runtests-utils/
H A Druntests-utils-test-utils.cpp33 ScopedScriptFile::ScopedScriptFile(const fbl::StringPiece path, function in class:runtests::ScopedScriptFile
46 ScopedScriptFile::~ScopedScriptFile() {
50 fbl::StringPiece ScopedScriptFile::path() const {
165 // This ensures that ScopedTestDir and ScopedScriptFile, which we make heavy
179 ScopedScriptFile file1(file_name1, "A");
183 ScopedScriptFile file2(file_name2, "B");
H A Druntests-utils-test-utils.h37 class ScopedScriptFile { class in namespace:runtests
43 ScopedScriptFile(const fbl::StringPiece path,
45 ~ScopedScriptFile();
H A Druntests-utils-test.cpp307 ScopedScriptFile script(argv[0], "exit 0");
325 ScopedScriptFile script(argv[0], script_contents);
354 ScopedScriptFile script(argv[0], script_contents);
391 ScopedScriptFile a_file(a_file_name, "");
393 ScopedScriptFile b_file(b_file_name, "");
423 ScopedScriptFile unique_file(unique_file_name, "");
426 ScopedScriptFile fail_file(other_file_name, "");
441 ScopedScriptFile a_file(a_name, "");
443 ScopedScriptFile fail_file(b_name, "");
478 ScopedScriptFile succeed_fil
[all...]

Completed in 27 milliseconds