Searched refs:getArtBinary (Results 1 – 2 of 2) sorted by relevance
26 Assert.assertEquals("/bin/bash " + ToolHelper.getArtBinary(), builder.build()); in noArguments()33 assertEquals("/bin/bash " + ToolHelper.getArtBinary() + " -cp xxx.dex Test", builder.build()); in simple()40 assertEquals("/bin/bash " + ToolHelper.getArtBinary() + " -cp xxx.dex:yyy.jar", in classpath()48 assertEquals("/bin/bash " + ToolHelper.getArtBinary() + " -d --test", builder.build()); in artOptions()55 assertEquals("/bin/bash " + ToolHelper.getArtBinary() + " -Da.b.c=1 -Dx.y.z=2", in artSystemProperties()63 assertEquals("/bin/bash " + ToolHelper.getArtBinary() + " Test hello world", builder.build()); in programOptions()80 "/bin/bash " + ToolHelper.getArtBinary() in allOfTheAbove()99 "/bin/bash " + ToolHelper.getArtBinary() in allOfTheAboveWithClasspathAndSystemPropertiesBeforeOptions()109 assertEquals("/bin/bash " + ToolHelper.getArtBinary(version) in testVersion()
195 return version != null ? getArtBinary(version) : getArtBinary(); in getExecutable()282 public static String getArtBinary(DexVm version) { in getArtBinary() method in ToolHelper314 public static String getArtBinary() { in getArtBinary() method in ToolHelper315 return getArtBinary(getDexVm()); in getArtBinary()