Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/config/
DDynamicRemoteFileResolver.java209 if (resolvedFile.shouldCleanUp()) { in validateRemoteFilePath()
236 if (resolvedFile.shouldCleanUp()) { in validateRemoteFilePath()
260 if (resolved.shouldCleanUp()) { in validateRemoteFilePath()
270 if (resolved.shouldCleanUp()) { in validateRemoteFilePath()
294 if (resolved.shouldCleanUp()) { in validateRemoteFilePath()
305 if (resolvedFile.shouldCleanUp()) { in validateRemoteFilePath()
DConfigurationFactory.java793 if (resolvedConfigFile.shouldCleanUp()) { in internalCreateDirectConfiguration()
/tools/tradefederation/core/src/com/android/tradefed/config/remote/
DIRemoteFileResolver.java194 public boolean shouldCleanUp() { in shouldCleanUp() method in IRemoteFileResolver.ResolvedFile