Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java191 File f = new File(mCacheRoot, convertPath(remoteFilePath)); in lockFile()
226 File f = new File(mCacheRoot, convertPath(remoteFilePath)); in tryLockFile()
348 String localRelativePath = convertPath(remotePath); in internalfetchRemoteFile()
448 private String convertPath(String remotePath) { in convertPath() method in FileDownloadCache