Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java200 private byte[] readFileOnClient(String clientPath) throws Exception { in readFileOnClient() argument
201 assertTrue("File not found on client: " + clientPath, in readFileOnClient()
202 doesFileExist(clientPath)); in readFileOnClient()
205 executePull(clientPath, copyOnHost.getPath()); in readFileOnClient()