Searched refs:ScriptPath (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/clang/utils/analyzer/ |
H A D | SATestBuild.py | 207 ScriptPath = os.path.join(Dir, CleanupScript) 208 runScript(ScriptPath, PBuildLogFile, Cwd) 212 ScriptPath = os.path.join(Dir, DownloadScript) 213 runScript(ScriptPath, PBuildLogFile, Dir) 216 def runScript(ScriptPath, PBuildLogFile, Cwd): argument 217 if os.path.exists(ScriptPath): 220 print " Executing: %s" % (ScriptPath,) 221 check_call("chmod +x '%s'" % ScriptPath, cwd = Cwd, 225 check_call("'%s'" % ScriptPath, cwd = Cwd, stderr=PBuildLogFile, 229 print "Error: Running %s failed. See %s for details." % (ScriptPath,
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/ |
D | security_windows.go | 104 ScriptPath *uint16 member
|
/aosp_15_r20/external/pdfium/testing/tools/ |
H A D | common.py | 79 def ScriptPath(self, name): member in DirectoryFinder
|
H A D | test_runner.py | 483 self.fixup_path = finder.ScriptPath('fixup_pdf_template.py') 484 self.text_diff_path = finder.ScriptPath('text_diff.py')
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | subauth.h | 110 UNICODE_STRING ScriptPath; member
|