Lines Matching full:workdir
105 the respective <pkg>/files/ workdir for each applicable
122 workdir_mappings[pe.workdir] = workdir_mappings.get(
123 pe.workdir, []
125 for workdir, pes in workdir_mappings.items():
126 patches_json_file = workdir / PATCH_METADATA_FILENAME
130 workdir, orig_contents
155 the respective <pkg>/files/ workdir for each applicable
180 for workdir in self._workdirs_for_packages(packages):
182 if (workdir / "cherry").is_dir():
193 workdir=workdir,
231 for workdir in self._workdirs_for_packages(packages):
233 workdir=workdir,
262 patches_json_file = to_check.workdir / PATCH_METADATA_FILENAME
265 to_check.workdir, f
563 """Find the root of the chromiumos source tree from the current workdir.