Home
last modified time | relevance | path

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

/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
DJdwpSecurityHostTest.java271 private boolean createRemoteDir(String remoteFilePath) throws DeviceNotAvailableException { in createRemoteDir() argument
272 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()
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java125 private void createRemoteDir(ITestDevice device, String remoteFilePath) in createRemoteDir() argument
127 if (device.doesFileExist(remoteFilePath)) { in createRemoteDir()
134 device.executeShellCommand(String.format("mkdir %s", remoteFilePath)); in createRemoteDir()