Home
last modified time | relevance | path

Searched defs:boot_device (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/cronet/build/fuchsia/test/
H A Dboot_device.py21 def boot_device(target_id: Optional[str], function
H A Dserial_boot_device.py40 def boot_device(node_id: str, function
/aosp_15_r20/external/angle/build/fuchsia/test/
H A Dboot_device.py21 def boot_device(target_id: Optional[str], function
H A Dserial_boot_device.py40 def boot_device(node_id: str, function
/aosp_15_r20/external/arm-trusted-firmware/plat/nxp/common/setup/include/
H A Dplat_common.h80 enum boot_device { enum
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/nxp/common/setup/include/
Dplat_common.h80 enum boot_device { enum
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dmultiboot_tables.h42 u32 boot_device; member
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp495 auto boot_device = blk_device.substr(first_slash + 1); in ExtraBootDevices() local