Home
last modified time | relevance | path

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

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