Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java348 String localRelativePath = convertPath(remotePath); in internalfetchRemoteFile() local
349 cachedFile = new File(mCacheRoot, localRelativePath); in internalfetchRemoteFile()