Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSFileDownloaderFuncTest.java62 private static void createFile( in createFile() method in GCSFileDownloaderFuncTest
102 createFile(mStorage, FILE_CONTENT, BUCKET_NAME, mRemoteRoot, FILE_NAME1); in setUp()
103 createFile(mStorage, FILE_NAME2, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME2); in setUp()
104 createFile(mStorage, FILE_NAME3, BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME3); in setUp()
105 createFile( in setUp()
310 createFile(mStorage, "New content.", BUCKET_NAME, mRemoteRoot, FILE_NAME1); in testCheckFreshness_notFresh()
325 createFile( in testCheckFreshness_folder_addFile()
350 createFile(mStorage, "New content", BUCKET_NAME, mRemoteRoot, FOLDER_NAME1, FILE_NAME3); in testCheckFreshness_folder_changeFile()
/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt103 bytecode.createFile(compiledStubs) in Test rewriting the bytecode for one of the public annotations()
140 val jarFile = jarDesc.createFile(temporaryFolder.root) in Test rewriting the bytecode for one of the public annotations in a jar file()
DDriverTest.kt78 .map { it.createFile(dir) } in <lambda>()
456 .map { it.createFile(project) } in <lambda>()
654 val file = jar.createFile(root) in <lambda>()