Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DHostGTestTest.java104 createExecutableFile(scriptPath, script); in createTestScript()
115 private void createExecutableFile(Path outPath, String contents) throws IOException { in createExecutableFile() method in HostGTestTest
312 createExecutableFile(errorScriptPath, "exit 1"); in testBeforeCmdError()
338 createExecutableFile(errorScriptPath, "echo 'TEST FAILED'; exit 1"); in testTestFailureHandledCorrectly()
359 createExecutableFile(errorScriptPath, "echo 'TEST BLOWING UP'; exit 2"); in testAbnormalTestCmdExitHandled()