Searched refs:copyCommand (Results 1 – 1 of 1) sorted by relevance
234 String copyCommand = String.format("cp %s %s", FDT_PATH, remoteFinalDTPath); in testVerifyOverlay() local235 CLog.d(copyCommand); in testVerifyOverlay()236 cmdResult = mDevice.executeShellV2Command(String.format(copyCommand)); in testVerifyOverlay()