Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_loop.cpp187 Result<std::string> maybe_parent = PartitionParent(*maybe_blockdev); in BlockDeviceQueueDepth() local
188 if (!maybe_parent.ok()) { in BlockDeviceQueueDepth()
191 blockdev = *maybe_parent; in BlockDeviceQueueDepth()