Searched refs:remoteFilePath (Results 1 – 2 of 2) sorted by relevance
271 private boolean createRemoteDir(String remoteFilePath) throws DeviceNotAvailableException { in createRemoteDir() argument272 if (getDevice().doesFileExist(remoteFilePath)) { in createRemoteDir()275 File remoteFile = new File(remoteFilePath); in createRemoteDir()282 getDevice().executeShellCommand(String.format("mkdir %s", remoteFilePath)); in createRemoteDir()283 return getDevice().doesFileExist(remoteFilePath); in createRemoteDir()
125 private void createRemoteDir(ITestDevice device, String remoteFilePath) in createRemoteDir() argument127 if (device.doesFileExist(remoteFilePath)) { in createRemoteDir()134 device.executeShellCommand(String.format("mkdir %s", remoteFilePath)); in createRemoteDir()