|
void | cuttlefish::anonymous_namespace{super_image_mixer.cc}::FindImports (const std::string &archive, const std::string &build_prop_file) |
|
bool | cuttlefish::anonymous_namespace{super_image_mixer.cc}::IsTargetFilesImage (const std::string &filename) |
|
bool | cuttlefish::anonymous_namespace{super_image_mixer.cc}::IsTargetFilesBuildProp (const std::string &filename) |
|
Result< std::string > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::GetPartitionNameFromPath (const std::string &path) |
|
Result< TargetFiles > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::GetTargetFiles (const std::string &vendor_zip_path, const std::string &system_zip_path) |
|
Result< MiscInfo > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::CombineDynamicPartitionsInfo (TargetFiles &target_files, const std::set< std::string > &extracted_images) |
|
Result< MiscInfo > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::CombineMiscInfo (TargetFiles &target_files, const std::string &misc_output_path, const std::set< std::string > &extracted_images, const std::vector< std::string > &system_partitions) |
|
Result< Extracted > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::ExtractTargetFiles (TargetFiles &target_files, const std::string &combined_output_path) |
|
Result< void > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::RegenerateVbmeta (const MiscInfo &misc_info, const std::string &output_path, const std::string &image_path) |
|
Result< void > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::CombineTargetZipFiles (const RebuildPaths &paths) |
|
bool | cuttlefish::anonymous_namespace{super_image_mixer.cc}::BuildSuperImage (const std::string &combined_target_zip, const std::string &output_path) |
|
std::string | cuttlefish::anonymous_namespace{super_image_mixer.cc}::TargetFilesZip (const FetcherConfig &fetcher_config, FileSource source) |
|
Result< RebuildPaths > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::GetRebuildPaths (const FetcherConfig &fetcher_config, const CuttlefishConfig::InstanceSpecific &instance_config) |
|
Result< void > | cuttlefish::anonymous_namespace{super_image_mixer.cc}::RebuildSuperImage (const RebuildPaths &paths) |
|
Result< void > | cuttlefish::RebuildSuperImageIfNecessary (const FetcherConfig &fetcher_config, const CuttlefishConfig::InstanceSpecific &instance) |
|
Result< bool > | cuttlefish::SuperImageNeedsRebuilding (const FetcherConfig &fetcher_config, const std::string &default_target_zip, const std::string &system_target_zip) |
|