Home
last modified time | relevance | path

Searched refs:HasBlockDevice (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h363 bool HasBlockDevice(const std::string& partition_name) const;
/aosp12/system/update_engine/aosp/
H A Ddynamic_partition_control_android.cc1169 return source_metadata->HasBlockDevice(partition_name_suffix); in IsSuperBlockDevice()
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp1012 bool MetadataBuilder::HasBlockDevice(const std::string& partition_name) const { in HasBlockDevice() function in android::fs_mgr::MetadataBuilder