Searched refs:dev_string (Results 1 – 2 of 2) 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()
116 std::string dev_string; in TEST_F() local117 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST_F()118 ASSERT_FALSE(dev_string.empty()); in TEST_F()