Home
last modified time | relevance | path

Searched refs:kMiscInfoPath (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc58 const std::string kMiscInfoPath = "META/misc_info.txt"; variable
110 if (std::find(default_target_contents.begin(), default_target_contents.end(), kMiscInfoPath) in CombineTargetZipFiles()
112 LOG(ERROR) << "Default target files zip does not have " << kMiscInfoPath; in CombineTargetZipFiles()
115 if (std::find(system_target_contents.begin(), system_target_contents.end(), kMiscInfoPath) in CombineTargetZipFiles()
117 LOG(ERROR) << "System target files zip does not have " << kMiscInfoPath; in CombineTargetZipFiles()
121 ParseMiscInfo(default_target_archive.ExtractToMemory(kMiscInfoPath)); in CombineTargetZipFiles()
127 ParseMiscInfo(system_target_archive.ExtractToMemory(kMiscInfoPath)); in CombineTargetZipFiles()
145 auto misc_output_path = output_path + "/" + kMiscInfoPath; in CombineTargetZipFiles()