Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java470 protected File mLocalDataFile = null; field in DeviceSetup
1303 if (mLocalDataFile == null) { in syncTestData()
1307 if (!mLocalDataFile.exists() || !mLocalDataFile.isDirectory()) { in syncTestData()
1309 "local-data-path %s is not a directory", mLocalDataFile.getAbsolutePath()), in syncTestData()
1321 boolean result = device.syncFiles(mLocalDataFile, fullRemotePath); in syncTestData()
1326 mLocalDataFile.getAbsolutePath(), fullRemotePath, device.getSerialNumber()), in syncTestData()
1787 mLocalDataFile = path; in setLocalDataPath()