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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
support.py 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable
49 for dirpath, dirnames, filenames in os.walk(proj_dir):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable
49 for dirpath, dirnames, filenames in os.walk(proj_dir):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
support.py 17 proj_dir = os.path.normpath(os.path.join(test_dir, "..")) variable
49 for dirpath, dirnames, filenames in os.walk(proj_dir):
  /tools/repohooks/
pre-upload.py 195 def _run_project_hooks(project_name, proj_dir=None,
201 proj_dir: If non-None, this is the directory the project is in. If None,
210 if proj_dir is None:
224 proj_dir = proj_dirs[0]
228 os.chdir(proj_dir)
246 'REPO_PATH': proj_dir,
253 project = rh.Project(name=project_name, dir=proj_dir, remote=remote)
312 if not _run_project_hooks(project, proj_dir=worktree):
382 if _run_project_hooks(opts.project, proj_dir=opts.dir,

Completed in 4073 milliseconds