#include <map>
#include <memory>
#include <mutex>
#include <ostream>
#include <string>
#include <string_view>
#include "json/value.h"
#include "cuttlefish/host/libs/config/file_source.h"
#include "cuttlefish/result/result.h"
Go to the source code of this file.
|
| std::ostream & | cuttlefish::operator<< (std::ostream &os, const CvdFile &cvd_file) |
| |
| Result< CvdFile > | cuttlefish::BuildFetcherConfigMember (FileSource purpose, std::string build_id, std::string build_target, std::string path, std::string directory_prefix, std::string archive_source, std::string archive_path) |
| |