Home
last modified time | relevance | path

Searched refs:BLOCK_FLAG_BOOTPART (Results 1 – 4 of 4) sorted by relevance

/system/public/zircon/device/
A Dblock.h85 #define BLOCK_FLAG_BOOTPART 0x00000004 // block device has bootdata partition map macro
/system/dev/block/block/
A Dblock.cpp152 info->flags |= BLOCK_FLAG_BOOTPART; in DdkIoctl()
154 info->flags &= ~BLOCK_FLAG_BOOTPART; in DdkIoctl()
/system/uapp/lsblk/
A Dmain.c107 if (block_info.flags & BLOCK_FLAG_BOOTPART) { in cmd_list_blk()
/system/core/devmgr/fshost/
A Dblock-watcher.cpp541 if (ioctl_block_get_info(fd.get(), &info) >= 0 && info.flags & BLOCK_FLAG_BOOTPART) { in block_device_added()

Completed in 9 milliseconds