Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath() local
75 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() local
107 &dev_string)) { in CreateDmTableInternal()
111 target = std::make_unique<DmTargetLinear>(sector, extent.num_sectors, dev_string, in CreateDmTableInternal()
/system/core/fs_mgr/libdm/
Ddm_test.cpp116 std::string dev_string; in TEST_F() local
117 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST_F()
118 ASSERT_FALSE(dev_string.empty()); in TEST_F()