Searched refs:dev_string (Results 1 – 4 of 4) sorted by relevance
73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath() local75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()81 if (android::base::StartsWith(dev_string, "/")) { in GetPhysicalPartitionDevicePath()82 if (!android::base::Realpath(dev_string, result)) { in GetPhysicalPartitionDevicePath()83 PERROR << "realpath: " << dev_string; in GetPhysicalPartitionDevicePath()87 *result = dev_string; in GetPhysicalPartitionDevicePath()105 std::string dev_string; in CreateDmTableInternal() local107 &dev_string)) { in CreateDmTableInternal()111 target = std::make_unique<DmTargetLinear>(sector, extent.num_sectors, dev_string, in CreateDmTableInternal()
113 std::string dev_string; in LLVMFuzzerTestOneInput() local114 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in LLVMFuzzerTestOneInput()115 ASSERT_FALSE(dev_string.empty()); in LLVMFuzzerTestOneInput()
86 std::string dev_string; in TEST() local87 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST()88 ASSERT_FALSE(dev_string.empty()); in TEST()
195 std::string dev_string; in CheckDeleteDeviceMapperTree() local196 PCHECK(dm.GetDeviceString(dev_name, &dev_string)); in CheckDeleteDeviceMapperTree()202 if (child_bases.find(dev_string) != child_bases.end()) { in CheckDeleteDeviceMapperTree()