Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DGCSBucketUtilFuncTest.java40 private static final String FILE_NAME = "a_host_config.xml"; field in GCSBucketUtilFuncTest
72 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testStringUploadThenDownLoad()
106 mBucket.push(tempSrc, Paths.get(mRemoteRoot, FILE_NAME)); in testUploadDownload()
107 mBucket.pull(Paths.get(mRemoteRoot, FILE_NAME), tempDst); in testUploadDownload()
166 Path path = Paths.get(mRemoteRoot, FILE_NAME); in testLs_file()
168 List<String> files = mBucket.ls(Paths.get(mRemoteRoot, FILE_NAME)); in testLs_file()
171 String.format("gs://%s/%s/%s", BUCKET_NAME, mRemoteRoot, FILE_NAME), files.get(0)); in testLs_file()
176 Path path = Paths.get(mRemoteRoot, FOLDER_NAME, FILE_NAME); in testIsFile()
178 Assert.assertTrue(mBucket.isFile(mRemoteRoot + "/" + FOLDER_NAME + "/" + FILE_NAME)); in testIsFile()
183 Path path = Paths.get(mRemoteRoot, FOLDER_NAME, FILE_NAME); in testIsFile_folder()
[all …]
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DGameCoreConfigurationXmlParser.java52 FILE_NAME("fileName", null), enumConstant
153 getElement(element, Field.FILE_NAME), in createApkInfo()
DApkInfo.java85 checkNotNull(fileName, Field.FILE_NAME.getTag()); in ApkInfo()