Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java258 executeSuShellAdbCommand(0, "rm", "-f", ProfileLocation.REF.getPath()); in resetProfileState()
259 executeSuShellAdbCommand(0, "truncate", "-s", "0", ProfileLocation.CUR.getPath()); in resetProfileState()
272 assertEquals("Success", executeSuShellAdbCommand(1, commandArray)[0]); in executeCompile()
287 String owner = executeSuShellAdbCommand(1, "stat", "-c", "%U:%g", targetDir)[0]; in writeProfile()
301 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in writeProfile()
304 executeSuShellAdbCommand( in writeProfile()
310 executeSuShellAdbCommand(0, "chown", owner, targetPath); in writeProfile()
313 String[] result = executeSuShellAdbCommand(1, "stat", "-c", "%s", targetPath); in writeProfile()
323 String[] response = executeSuShellAdbCommand( in getCompilerFilter()
342 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in getOdexFilePath()
[all …]