Home
last modified time | relevance | path

Searched refs:install_dir (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_vmm/qemu/scripts/
Drebuild.py49 install_dir: Path,
237 def install_dir(self) -> Path: member in BuildConfig
438 build.install_dir / "usr" / "bin" / "ninja",
449 dst_python_dir = build.install_dir / "usr"
461 usr_bin = build.install_dir / "usr" / "bin"
479 dst_dir = build.install_dir / "usr" / "lib64"
485 dst_rust_dir = build.install_dir / "usr"
505 build.install_dir / "usr" / "bin" / "make",
517 build.install_dir / "usr" / "bin" / "cmake",
521 build.install_dir / "usr" / "share",
[all …]
/device/google/common/etm/
Dupdate.py56 def fetch_etm_modules(branch: str, build: str, install_dir: str) -> None:
58 install_dir = Path(install_dir)
59 install_dir.mkdir(exist_ok=True)
62 dest_file = install_dir / name
93 fetch_etm_modules(args.branch, args.build, args.install_dir)
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/
Dcommon.inc23 install_dir = '{}{}'.format(d.getVar('D'), d.getVar('bindir'))
24 os.system('install -d {}'.format(install_dir))
31 os.system('install -m 0755 {} {}'.format(dst, install_dir))