Searched refs:DevPath (Results 1 – 1 of 1) sorted by relevance
76 fs::path DevPath() const { return kDevBlock / name; } in DevPath() function in android::apex::__anon837c15e40111::BlockDevice92 if (fs::is_block_file(dev.DevPath(), ec)) { in GetSlaves()132 return Error() << "dm device " << top_device.DevPath() in PopulateLoopInfo()139 return Error() << dev.DevPath() << " is not a loop device"; in PopulateLoopInfo()157 return Error() << "Data loop device " << slaves[0].DevPath() in PopulateLoopInfo()162 return Error() << "Hashtree loop device " << slaves[1].DevPath() in PopulateLoopInfo()165 apex_data->hashtree_loop_name = slaves[1].DevPath(); in PopulateLoopInfo()167 apex_data->loop_name = slaves[0].DevPath(); in PopulateLoopInfo()200 auto result = MountedApexData(block.DevPath(), *backingFile, mountPoint, in resolveMountInfo()221 return Errorf("Can't resolve {}", block.DevPath().string()); in resolveMountInfo()