35 std::string_view host_path) &;
37 std::string_view host_path) &&;
40 std::string_view host_path) &;
42 std::string_view host_path) &&;
45 std::string_view file_name,
46 std::string_view header_name);
Definition: super_builder.h:29
std::map< std::string, std::string, std::less< void > > vendor_partitions_
Definition: super_builder.h:52
CompositeSuperImageBuilder & VendorPartition(std::string_view name, std::string_view host_path) &
Definition: super_builder.cc:228
std::map< std::string, std::string, std::less< void > > system_partitions_
Definition: super_builder.h:51
CompositeSuperImageBuilder & BlockDeviceSize(uint64_t) &
Definition: super_builder.cc:204
size_t size_
Definition: super_builder.h:49
Result< std::string > WriteToDirectory(std::string_view output_dir, std::string_view file_name, std::string_view header_name)
Definition: super_builder.cc:240
CompositeSuperImageBuilder & SystemPartition(std::string_view name, std::string_view host_path) &
Definition: super_builder.cc:216
char * name
Definition: libf2fs.c:1403
Definition: alloc_driver.h:20
tl::expected< T, StackTraceError > Result
Definition: result_type.h:30