Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java109 protected static final String SD_CARD = "/sdcard/"; field in NativeDevice
1092 if (remoteFilePath.startsWith(SD_CARD)) { in pullFile()
1200 if (remoteFilePath.startsWith(SD_CARD)) { in pushFile()
1282 if (deviceFilePath.startsWith(SD_CARD)) { in deleteFile()
1615 if (deviceFilePath.startsWith(SD_CARD)) { in pullDir()
DTestDevice.java1136 if (deviceFilePath.startsWith(SD_CARD)) { in doesFileExist()
1139 SD_CARD, String.format("/storage/emulated/%s/", getCurrentUser())); in doesFileExist()