Home
last modified time | relevance | path

Searched defs:tempFile (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java74 File tempFile = createScriptTempFile(); in setUp() local
172 File tempFile = File.createTempFile("jdwptest", ".tmp"); in createScriptTempFile() local
/cts/tools/vm-tests-tf/build/src/util/build/
DJarBuildStep.java48 File tempFile = new File(inputFile.folder, outputJarEntryName); in build() local
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java464 private Intent composeDownloadResultIntent(UriPathPair tempFile, DownloadRequest request, in composeDownloadResultIntent()
482 private int writeContentsToTempFile(UriPathPair tempFile) { in writeContentsToTempFile()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApkNdkApiReport.java149 File tempFile = File.createTempFile("ApkNdkApiReport", ".so"); in parseTestcasesFolder() local
/cts/tools/release-parser/src/com/android/cts/releaseparser/
DClassUtils.java113 File tempFile = File.createTempFile(fileName, ""); in getResrouceFile() local
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java72 ParcelFileDescriptor tempFile = makeParcelFileDescriptor(getContext()); in testConstructorAndOpen() local
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java130 File tempFile = File.createTempFile("SELinuxHostTest", ".tmp"); in copyResourceToTempFile() local
/cts/tests/tests/security/src/android/security/cts/
DStagefrightTest.java780 final File tempFile = File.createTempFile("poc_tmp", ".ogg", null); in testStagefright_bug_36592202() local