Home
last modified time | relevance | path

Searched defs:testFile (Results 1 – 11 of 11) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DFileUtilTest.java58 File testFile = null; in testChmodGroupRW() local
80 File testFile = null; in testChmodGroupRW_noChmod() local
96 File testFile = null; in testChmodGroupRWX() local
118 File testFile = null; in testChmodGroupRWX_noChmod() local
137 File testFile = null; in testCreateTempFile_filenameTooLong() local
158 File testFile = null; in testCreateTempFile_filenameTooLongEdge() local
181 File testFile = null; in testWriteToFile_overwrites_exists() local
199 File testFile = null; in testWriteToFile_appends_exists() local
216 File testFile = null; in testWriteToFile_overwrites_doesNotExist() local
233 File testFile = null; in testWriteToFile_appends_doesNotExist() local
[all …]
DTarUtilTest.java61 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUnGzip() local
81 File testFile = TarUtil.unGzip(logTarGzFile, mWorkDir); in testUntar() local
DFileUtilFuncTest.java352 File testFile = FileUtil.createTempFile("test", "file", subdir1); in testRecursiveSymlink() local
373 File testFile = FileUtil.createTempFile("test", "file", subdir1); in testSymlinkDeletion() local
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DITestFileFilterReceiver.java36 void setIncludeTestFile(File testFile); in setIncludeTestFile()
41 void setExcludeTestFile(File testFile); in setExcludeTestFile()
DAndroidJUnitTest.java195 public void setIncludeTestFile(File testFile) { in setIncludeTestFile()
203 public void setExcludeTestFile(File testFile) { in setExcludeTestFile()
352 private void pushTestFile(File testFile, String destination, ITestInvocationListener listener) in pushTestFile()
DInstrumentationFileTest.java133 File testFile = null; in writeTestsToFileAndRun() local
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DInstallApkSetupTest.java48 private File testFile = null; field in InstallApkSetupTest
/tools/tradefederation/core/tests/src/com/android/tradefed/build/
DBuildInfoTest.java128 File testFile = FileUtil.createTempFile("fake-versioned-file", ".txt"); in testCleanUpWithExemption() local
DLocalDeviceBuildProviderTest.java178 File testFile = new File(mTestDir, "some-test"); in testSetTestsDir_givenTestDir() local
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DShardListenerTest.java160 LogFile testFile = new LogFile("path", "url", false, LogDataType.TEXT, 0L); in testLogOrderingForSharding() local
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java287 final String testFile = String.format("'%s/%d'", externalStore, number); in waitForStoreMount() local