Home
last modified time | relevance | path

Searched refs:overlay (Results 1 – 25 of 120) sorted by relevance

12345

/device/google/cuttlefish/host/commands/append_squashfs_overlay/src/
Dmain.rs41 fn merge_fs(src: &Path, overlay: &Path, dest: &Path, overwrite: bool) -> Result<()> { in merge_fs()
65 let mut overlay = File::open(overlay)?; in merge_fs() localVariable
70 copy(&mut overlay, &mut dest)?; in merge_fs()
92 let overlay = matches.get_one::<PathBuf>("overlay").unwrap().as_ref(); in main() localVariable
96 merge_fs(src, overlay, dest, overwrite)?; in main()
/device/generic/goldfish/rro_overlays/ConnectivityOverlay/
DAndroid.bp27 // To keep compatibility with GSI mixed-build on sdk_phone products, create a overlay apk
30 // TODO(b/161415429,b/119899133): once the feature that supports the same overlay with
31 // multiple targets is ready, then cleanup this redundant overlay.
44 package_name: "com.google.android.connectivity.resources.goldfish.overlay",
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/images/
Dmachine-image.bbappend3 GOOGLE_OVERLAY_SRC_URI = "file://google-overlay"
5 GOOGLE_OVERLAY_ROOT_DIRS = "google-overlay"
9 inherit google-image-overlay
/device/generic/goldfish/64bitonly/product/
Demulator64_vendor.mk27 DEVICE_PACKAGE_OVERLAYS += device/generic/goldfish/tablet/overlay
29 DEVICE_PACKAGE_OVERLAYS := device/generic/goldfish/phone/overlay
/device/generic/common/
DREADME.md47 In order to prevent SystemUI crash, GSI adds a runtime resource overlay in
48 the system_ext partition, which have higher overlay precedence than RROs on
/device/google/trout/
Daosp_trout_common.mk20 PRODUCT_PACKAGE_OVERLAYS += device/google/trout/product_files/overlay
37 LOCAL_AUDIO_DEVICE_PACKAGE_OVERLAYS ?= device/generic/car/emulator/audio/overlay
/device/linaro/poplar/sepolicy/
Dfile_contexts58 /(vendor|system/vendor)/lib(64)?/hw/overlay\.poplar\.so u:object_r:same_process_hal_file:s0
63 #/(vendor|system/vendor)/lib(64)?/hw/overlay\.poplar\.so u:object_r:hi_overlay_file:s0
/device/google/cuttlefish/host/commands/assemble_cvd/doc/
Ddisk.dot4 overlay [label = "Operating System Overlay (qcow2)", URL = "https://en.wikipedia.org/wiki/Qcow"]
41 overlay -> operating_system
/device/linaro/poplar/proprietary/hisilicon/
DAndroid.bp361 name: "overlay.poplar",
362 srcs: ["overlay.poplar.so"],
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp232 auto overlay = instance_.PerInstancePath("overlay.img"); in HandleActionWithNoData() local
233 if (std::find(disks.begin(), disks.end(), overlay) == disks.end()) { in HandleActionWithNoData()
/device/google/cuttlefish/host/commands/start/
Dmain.cc419 auto overlay = previous_instance.PerInstancePath("overlay.img"); in main() local
421 std::find(disks.begin(), disks.end(), overlay) != disks.end(); in main()
/device/google/pantah/location/
Dscd.conf6 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
Dscd.conf.p106 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
Dscd.conf.c106 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
/device/google/shusky/location/
Dscd.conf6 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
/device/google/gs101/location/
Dscd.conf6 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
/device/google/lynx/location/
Dscd.conf.l106 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
/device/google/felix/location/
Dscd.conf.f106 SecondaryConfigPath=/data/vendor/gps/overlay/scd_overlay.conf
/device/generic/x86/
Dmini_x86.mk23 DEVICE_PACKAGE_OVERLAYS := device/generic/x86/overlay
/device/generic/armv7-a-neon/
Dmini_armv7a_neon.mk23 DEVICE_PACKAGE_OVERLAYS := device/generic/armv7-a-neon/overlay
/device/linaro/poplar/
Dpoplar.mk10 DEVICE_PACKAGE_OVERLAYS := device/linaro/poplar/overlay
/device/generic/x86_64/
Dmini_x86_64.mk24 DEVICE_PACKAGE_OVERLAYS := device/generic/x86/overlay
/device/google/atv/overlay/TvNetworkStackOverlay/
DAndroid.bp16 package_name: "com.android.tv.overlay.networkstack.inprocess",
/device/generic/arm64/
Dmini_arm64.mk24 DEVICE_PACKAGE_OVERLAYS := device/generic/armv7-a-neon/overlay
/device/google/cuttlefish/vsoc_x86_64_only/auto_mdnd/
Daosp_cf.mk32 device/google/cuttlefish/shared/auto_mdnd/overlay

12345