Searched refs:execdir (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Mac/IDLE/IDLE.app/Contents/MacOS/ |
D | IDLE | 4 execdir = os.path.dirname(sys.argv[0]) 5 executable = os.path.join(execdir, "Python") 6 resdir = os.path.join(os.path.dirname(execdir), "Resources") 7 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
|
/external/toybox/toys/posix/ |
D | find.c | 79 struct execdir_data exec, *execdir; member 85 struct execdir_data *bb = aa->execdir ? aa->execdir : &aa->exec; in flush_exec() 160 static void execdir(struct dirtree *new, int flush) in execdir() function 180 if ((bb = aa->execdir)) { in execdir() 181 aa->execdir = bb->next; in execdir() 189 bb->next = aa->execdir; in execdir() 190 aa->execdir = bb; in execdir() 228 execdir(new, 0); in do_find() 234 execdir(new, 1); in do_find() 515 bb = aa->execdir ? aa->execdir : &aa->exec; in do_find() [all …]
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | TestRunner.py | 399 execdir,execbase = os.path.split(execpath) 400 tmpDir = os.path.join(execdir, 'Output') 488 return script,isXFail,tmpBase,execdir 523 script, isXFail, tmpBase, execdir = res 531 res = executeTclScriptInternal(test, litConfig, tmpBase, script, execdir) 568 script, isXFail, tmpBase, execdir = res 577 res = executeScript(test, litConfig, tmpBase, script, execdir) 579 res = executeScriptInternal(test, litConfig, tmpBase, script, execdir)
|
/external/python/cpython2/Lib/plat-mac/ |
D | bundlebuilder.py | 429 self.execdir = pathjoin("Contents", self.platform) 470 execpath = pathjoin(self.execdir, execname) 501 execdir = pathjoin(self.bundlepath, self.execdir) 502 bootstrappath = pathjoin(execdir, self.name) 503 makedirs(execdir)
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | llvm-compilers-check | 281 def execute(self, command, execdir, env, component): argument 284 if not os.path.exists(execdir): 285 os.makedirs(execdir) 297 cwd=execdir,
|
/external/llvm/utils/ |
D | llvm-compilers-check | 281 def execute(self, command, execdir, env, component): argument 284 if not os.path.exists(execdir): 285 os.makedirs(execdir) 297 cwd=execdir,
|
/external/swiftshader/build/ |
D | cmake.sh | 48 -execdir sed --in-place --binary --expression="s?$CD?\$(SolutionDir)?g" {} \
|
/external/llvm/utils/lit/lit/ |
D | TestRunner.py | 602 execdir,execbase = os.path.split(execpath) 603 tmpDir = os.path.join(execdir, 'Output') 884 execdir = os.path.dirname(test.getExecPath()) 886 res = executeScript(test, litConfig, tmpBase, script, execdir) 888 res = executeScriptInternal(test, litConfig, tmpBase, script, execdir)
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvmbuild | 330 def execute(self, command, execdir, env, component): 333 if not os.path.exists(execdir): 334 os.makedirs(execdir) 346 cwd=execdir,
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | TestRunner.py | 1186 execdir,execbase = os.path.split(execpath) 1187 tmpDir = os.path.join(execdir, 'Output') 1520 execdir = os.path.dirname(test.getExecPath()) 1522 res = executeScript(test, litConfig, tmpBase, script, execdir) 1524 res = executeScriptInternal(test, litConfig, tmpBase, script, execdir)
|