Home
last modified time | relevance | path

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

/tools/tradefederation/core/global_configuration/com/android/tradefed/util/keystore/
DJSONFileKeyStoreFactory.java90 List<String> changedFiles = findChangedJsonKeyStoreFiles(); in createKeyStoreClient() local
91 if (!changedFiles.isEmpty()) { in createKeyStoreClient()
95 String.join("\n", changedFiles)); in createKeyStoreClient()
129 List<String> changedFiles = new ArrayList<String>(); in findChangedJsonKeyStoreFiles() local
131 changedFiles.add(mJsonFile.getAbsolutePath()); in findChangedJsonKeyStoreFiles()
135 changedFiles.add(file.getAbsolutePath()); in findChangedJsonKeyStoreFiles()
138 return changedFiles; in findChangedJsonKeyStoreFiles()