HomeSort by relevance Sort by last modified time
    Searched refs:execdir (Results 1 - 10 of 10) sorted by null

  /external/python/cpython3/Mac/IDLE/IDLE.app/Contents/MacOS/
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")
  /build/blueprint/
blueprint_impl.bash 14 find . -mindepth 1 -type d \( -name ".*" -o -execdir test -e {}/.out-dir \; \) -prune \
  /external/toybox/toys/posix/
find.c 48 -exec Run command with path -execdir Run command in file's dir
49 -ok Ask before exec -okdir Ask before execdir
80 struct execdir_data exec, *execdir; member in struct:exec_range
86 struct execdir_data *bb = aa->execdir ? aa->execdir : &aa->exec;
94 // switch to directory for -execdir, or back to top if we have an -execdir
95 // _and_ a normal -exec, or are at top of tree in -execdir
108 // execdir: accumulated execs in this directory's children.
160 // Descend or ascend -execdir + directory leve
161 static void execdir(struct dirtree *new, int flush) function
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
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/llvm/utils/
llvm-compilers-check 281 def execute(self, command, execdir, env, component):
284 if not os.path.exists(execdir):
285 os.makedirs(execdir)
297 cwd=execdir,
  /external/python/cpython2/Lib/plat-mac/
bundlebuilder.py 298 execdir = os.path.dirname(sys.argv[0])
299 executable = os.path.join(execdir, "%(executable)s")
300 resdir = os.path.join(os.path.dirname(execdir), "Resources")
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
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)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
bundlebuilder.py 298 execdir = os.path.dirname(sys.argv[0])
299 executable = os.path.join(execdir, "%(executable)s")
300 resdir = os.path.join(os.path.dirname(execdir), "Resources")
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
bundlebuilder.py 298 execdir = os.path.dirname(sys.argv[0])
299 executable = os.path.join(execdir, "%(executable)s")
300 resdir = os.path.join(os.path.dirname(execdir), "Resources")
301 libdir = os.path.join(os.path.dirname(execdir), "Frameworks")
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)
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 602 execdir,execbase = os.path.split(execpath)
603 tmpDir = os.path.join(execdir, 'Output')
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 330 def execute(self, command, execdir, env, component):
333 if not os.path.exists(execdir):
334 os.makedirs(execdir)
346 cwd=execdir,

Completed in 162 milliseconds