Searched refs:testLocation (Results 1 – 14 of 14) sorted by relevance
38 protected String testLocation; field in Executor62 this.testLocation = System.getProperty("user.dir"); in Executor()64 this.testLocation = Options.executeDirectory; in Executor()159 device.pushProgramToDevice(programName, testLocation); in prepareProgramForExecution()164 device.cleanCodeCache(architecture, testLocation, programName); in prepareProgramForExecution()
269 private String getOatFileName(String testLocation, String programName) { in getOatFileName() argument271 return (testLocation.replace("/", "@").substring(1) + "@" + programName); in getOatFileName()274 public void cleanCodeCache(Architecture architecture, String testLocation, String programName) { in cleanCodeCache() argument276 + getOatFileName(testLocation, programName); in cleanCodeCache()280 public void pushProgramToDevice(String programName, String testLocation) { in pushProgramToDevice() argument283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice()
32 commandBuilder.append("-cp ").append(testLocation).append("/").append(programName).append(" "); in constructCommand()
35 commandBuilder.append("-cp ").append(testLocation).append("/").append(programName).append(" "); in constructCommand()
38 commandBuilder.append("-cp ").append(testLocation).append("/").append(programName).append(" "); in constructCommand()
36 commandBuilder.append("-cp ").append(testLocation).append("/").append(programName).append(" "); in constructCommand()
39 commandBuilder.append("-cp ").append(testLocation).append("/").append(programName).append(" "); in constructCommand()