Searched refs:Contents (Results 1 – 5 of 5) sorted by relevance
30 std::vector<std::string> Contents();
35 std::vector<std::string> Archive::Contents() { in Contents() function in cuttlefish::Archive
43 images.size() > 0 ? std::move(images) : archive.Contents(); in ExtractImages()
166 std::vector<std::string> files = archive.Contents(); in download_host_package()207 std::vector<std::string> files = archive.Contents(); in download_ota_tools()
90 auto default_target_contents = default_target_archive.Contents(); in CombineTargetZipFiles()95 auto system_target_contents = system_target_archive.Contents(); in CombineTargetZipFiles()