Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/include/
H A 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
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_stub.cpp67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot()
158 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h306 using CreateLogicalPartitionParams = android::fs_mgr::CreateLogicalPartitionParams; variable