Home
last modified time | relevance | path

Searched refs:GetBlockDevicePartitionNames (Results 1 – 5 of 5) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dliblp.h113 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata);
/system/core/fs_mgr/liblp/fuzzer/
Dliblp_apis_fuzzer.cpp230 [&]() { GetBlockDevicePartitionNames(metadataValue); }, in process()
/system/core/fs_mgr/liblp/
Dutility.cpp137 std::vector<std::string> GetBlockDevicePartitionNames(const LpMetadata& metadata) { in GetBlockDevicePartitionNames() function
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp52 using android::fs_mgr::GetBlockDevicePartitionNames;
752 for (const auto& name : GetBlockDevicePartitionNames(*metadata.get())) { in MapAllImages()
/system/core/init/
Dfirst_stage_mount.cpp348 auto partition_names = android::fs_mgr::GetBlockDevicePartitionNames(metadata); in InitDmLinearBackingDevices()