Home
last modified time | relevance | path

Searched refs:dev_string (Results 1 – 4 of 4) 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_linear_fuzzer.cpp113 std::string dev_string; in LLVMFuzzerTestOneInput() local
114 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in LLVMFuzzerTestOneInput()
115 ASSERT_FALSE(dev_string.empty()); in LLVMFuzzerTestOneInput()
Ddm_test.cpp86 std::string dev_string; in TEST() local
87 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST()
88 ASSERT_FALSE(dev_string.empty()); in TEST()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp195 std::string dev_string; in CheckDeleteDeviceMapperTree() local
196 PCHECK(dm.GetDeviceString(dev_name, &dev_string)); in CheckDeleteDeviceMapperTree()
202 if (child_bases.find(dev_string) != child_bases.end()) { in CheckDeleteDeviceMapperTree()