Searched defs:CreateLogicalPartitionParams (Results 1 – 3 of 3) sorted by relevance
53 struct CreateLogicalPartitionParams { struct55 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 argument101 bool CreateLogicalPartition(CreateLogicalPartitionParams params, std::string* path); argument
67 bool SnapshotManagerStub::MapUpdateSnapshot(const CreateLogicalPartitionParams&, std::string*) { in MapUpdateSnapshot()152 const CreateLogicalPartitionParams&, const std::optional<std::string>&) { in OpenSnapshotWriter()
302 using CreateLogicalPartitionParams = android::fs_mgr::CreateLogicalPartitionParams; variable