Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapex_database.cpp77 class BlockDevice { class
80 explicit BlockDevice(const fs::path& path) { name = path.filename(); } in BlockDevice() function in android::apex::__anonc3d8388d0111::BlockDevice
101 std::vector<BlockDevice> GetSlaves() const { in GetSlaves()
102 std::vector<BlockDevice> slaves; in GetSlaves()
105 BlockDevice dev(entry); in GetSlaves()
172 StatusOr<MountedApexData> resolveMountInfo(const BlockDevice& block, in resolveMountInfo()
274 auto mountData = resolveMountInfo(BlockDevice(block), mountPoint, in PopulateFromMounts()
/system/extras/partition_tools/
Ddynamic_partitions_device_info.proto50 message BlockDevice { message
57 repeated BlockDevice block_devices = 5 [json_name = "block_devices"];