Home
last modified time | relevance | path

Searched refs:find_ebuild_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/toolchain-utils/rust_tools/
H A Drust_uprev_test.py257 result = rust_uprev.find_ebuild_path(
267 result = rust_uprev.find_ebuild_path(tmpdir, "test")
276 result = rust_uprev.find_ebuild_path(
287 rust_uprev.find_ebuild_path(tmpdir, "test")
295 result = rust_uprev.find_ebuild_path(
308 result = rust_uprev.find_ebuild_path(tmpdir, "test")
H A Drust_uprev.py215 def find_ebuild_path( function
253 bootstrap_ebuild = find_ebuild_path(rust_bootstrap_path(), "rust-bootstrap")
700 template_ebuild = find_ebuild_path(
898 return find_ebuild_path(RUST_PATH, "rust", version)
1033 rust_ebuild = find_ebuild_path(RUST_PATH, "rust", template_version)