Home
last modified time | relevance | path

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

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/contentprovider/
DContentProviderHandler.java227 return pullFileInternal(deviceFilePath, localFile, getEffectiveUserId()); in pullFile()
434 if (!pullFileInternal(path, localChild, userId)) { in pullDirInternal()
443 private boolean pullFileInternal(String deviceFilePath, File localFile, int userId) in pullFileInternal() method in ContentProviderHandler
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java521 protected boolean pullFileInternal(String remoteFilePath, File localFile) in testPullDir()
593 protected boolean pullFileInternal(String remoteFilePath, File localFile) in testPullDir_pullFail()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1421 return pullFileInternal(remoteFilePath, localFile); in pullFile()
1494 protected boolean pullFileInternal(String remoteFilePath, File localFile) in pullFileInternal() method in NativeDevice
2173 if (!pullFileInternal(fullPath, localFile)) { in pullDirInternal()