Home
last modified time | relevance | path

Searched defs:CreateLogicalPartitionParams (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/include/
Dfs_mgr_dm_linear.h53 struct CreateLogicalPartitionParams { struct
55 std::string block_device;
58 const LpMetadata* metadata = nullptr;
59 std::optional<uint32_t> metadata_slot;
62 const LpMetadataPartition* partition = nullptr;
63 std::string partition_name;
87 // These are not declared in CreateLogicalPartitionParams so that the argument
101 bool CreateLogicalPartition(CreateLogicalPartitionParams params, std::string* path); argument
/system/core/fs_mgr/libsnapshot/
Dsnapshot_stub.cpp67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot()
152 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h302 using CreateLogicalPartitionParams = android::fs_mgr::CreateLogicalPartitionParams; variable