Searched refs:scriptPath (Results 1 – 5 of 5) sorted by relevance
/external/deqp/scripts/ |
D | check_build_sanity.py | 49 def __init__ (self, scriptPath, getExtraArgs = None): argument 50 self.scriptPath = scriptPath 54 return self.scriptPath 57 args = [pythonExecutable, os.path.join(env.srcDir, self.scriptPath)]
|
D | make_release.py | 128 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.srcBasePath, "framework", "qphelper", … 132 scriptPath, 235 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "android", "script… 239 scriptPath, 253 …scriptPath = os.path.normpath(os.path.join(packageBuildInfo.dstBasePath, "src", "external", "fetch… 257 scriptPath,
|
/external/syzkaller/vm/kvm/ |
D | kvm.go | 121 scriptPath := filepath.Join(workdir, "script.sh") 122 if err := osutil.WriteExecFile(scriptPath, []byte(script)); err != nil { 139 "--sandbox", scriptPath,
|
/external/antlr/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
D | GUnitExecuteMojo.java | 292 final String scriptPath = script.getAbsolutePath(); in performExecution() local 293 System.out.println( "Executing script " + scriptPath ); in performExecution() 297 ANTLRFileStream antlrStream = new ANTLRFileStream( scriptPath ); in performExecution()
|
/external/guice/extensions/struts2/lib/ |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |