Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java53 private static final char REL_PATH_SEPARATOR = '/'; field in FileDownloadCache
175 relPath.append(REL_PATH_SEPARATOR); in addFiles()
449 if (FileDownloadCache.REL_PATH_SEPARATOR != File.separatorChar) { in convertPath()
450 return remotePath.replace(FileDownloadCache.REL_PATH_SEPARATOR , File.separatorChar); in convertPath()