Home
last modified time | relevance | path

Searched refs:LP_METADATA_DEFAULT_PARTITION_NAME (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dpartition_cow_creator.cpp172 CHECK(current_metadata->GetBlockDevicePartitionName(0) == LP_METADATA_DEFAULT_PARTITION_NAME && in Run()
173 target_metadata->GetBlockDevicePartitionName(0) == LP_METADATA_DEFAULT_PARTITION_NAME); in Run()
Dsnapshot.cpp2191 CHECK(current_metadata->GetBlockDevicePartitionName(0) == LP_METADATA_DEFAULT_PARTITION_NAME && in CreateUpdateSnapshots()
2192 target_metadata->GetBlockDevicePartitionName(0) == LP_METADATA_DEFAULT_PARTITION_NAME); in CreateUpdateSnapshots()
2382 .block_device = LP_METADATA_DEFAULT_PARTITION_NAME, in InitializeUpdateSnapshots()
/system/core/fs_mgr/liblp/include/liblp/
Dmetadata_format.h102 #define LP_METADATA_DEFAULT_PARTITION_NAME "super" macro
Dbuilder.h258 BlockDeviceInfo device_info(LP_METADATA_DEFAULT_PARTITION_NAME, blockdev_size, 0, 0, in New()
/system/extras/partition_tools/
Dlpdump.cc120 return LP_METADATA_DEFAULT_PARTITION_NAME;
/system/core/fs_mgr/liblp/
Dbuilder.cpp1229 return GetBlockDevicePartitionName(0) == LP_METADATA_DEFAULT_PARTITION_NAME && in ShouldHalveSuper()
/system/core/fs_mgr/
Dfs_mgr.cpp2143 return LP_METADATA_DEFAULT_PARTITION_NAME; in fs_mgr_get_super_partition_name()