Searched refs:remoteFilePath (Results 1 – 4 of 4) sorted by relevance
270 private boolean createRemoteDir(String remoteFilePath) throws DeviceNotAvailableException { in createRemoteDir() argument271 if (getDevice().doesFileExist(remoteFilePath)) { in createRemoteDir()274 File remoteFile = new File(remoteFilePath); in createRemoteDir()281 getDevice().executeShellCommand(String.format("mkdir %s", remoteFilePath)); in createRemoteDir()282 return getDevice().doesFileExist(remoteFilePath); in createRemoteDir()
139 private boolean createRemoteDir(String remoteFilePath) throws DeviceNotAvailableException { in createRemoteDir() argument140 if (mDevice.doesFileExist(remoteFilePath)) { in createRemoteDir()148 mDevice.executeShellCommand(String.format("mkdir %s", remoteFilePath)); in createRemoteDir()149 return mDevice.doesFileExist(remoteFilePath); in createRemoteDir()
118 private void createRemoteDir(ITestDevice device, String remoteFilePath) in createRemoteDir() argument120 if (device.doesFileExist(remoteFilePath)) { in createRemoteDir()127 device.executeShellCommand(String.format("mkdir %s", 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()