Home
last modified time | relevance | path

Searched refs:ebuild_dir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dsetup_for_workon.py51 def find_ebuild_in_dir(ebuild_dir: Path) -> Path:
53 candidates = list(ebuild_dir.glob("*-9999.ebuild"))
62 def write_gentoo_cmake_hack(llvm_dir: LLVMSourceDir, ebuild_dir: Path) -> None:
72 ebuild_path = find_ebuild_in_dir(ebuild_dir)
194 ebuild_dir = opts.ebuild_dir
196 if not ebuild_dir and not package_name:
201 if not ebuild_dir:
203 ebuild_dir = my_dir.parent.parent / "chromiumos-overlay" / package_name
204 logging.info("Ebuild directory is %s.", ebuild_dir)
245 files_dir = ebuild_dir / "files"
[all …]
H A Dupdate_chromeos_llvm_hash.py546 ebuild_dir = os.path.dirname(ebuild_path)
551 chromeos_path, ["git", "-C", ebuild_dir, "add", "Manifest"]
/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev_test.py412 ebuild_dir = Path(tmpdir, "test-ebuilds")
413 ebuild_dir.mkdir()
414 ebuild = Path(ebuild_dir, "test-3.1.4.ebuild")
416 Path(ebuild_dir, "unrelated-1.0.0.ebuild").touch()
418 ebuild_dir, "test", rust_uprev.RustVersion(3, 1, 4)
421 ["git", "rm", "test-3.1.4.ebuild"], cwd=ebuild_dir
427 ebuild_dir = Path(tmpdir, "test-ebuilds")
428 ebuild_dir.mkdir()
429 ebuild = Path(ebuild_dir, "test-3.1.4.ebuild")
431 symlink = Path(ebuild_dir, "test-3.1.4-r5.ebuild")
[all …]
H A Dauto_update_rust_bootstrap.py240 ebuild_dir: Path,
246 ebuilds = ebuild_dir.glob("*.ebuild")
/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dversion_control.rs219 let ebuild_dir = ebuild.parent().unwrap(); in rev_bump_llvm() localVariable
231 let new_path = ebuild_dir.join(new_filename); in rev_bump_llvm()
237 let new_path = ebuild_dir.join(new_filename.as_ref()); in rev_bump_llvm()