#include <map>
#include <memory>
#include <ostream>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
|
enum class | cuttlefish::FileSource {
cuttlefish::UNKNOWN_PURPOSE = 0
, cuttlefish::DEFAULT_BUILD
, cuttlefish::SYSTEM_BUILD
, cuttlefish::KERNEL_BUILD
,
cuttlefish::LOCAL_FILE
, cuttlefish::GENERATED
, cuttlefish::BOOTLOADER_BUILD
, cuttlefish::ANDROID_EFI_LOADER_BUILD
,
cuttlefish::BOOT_BUILD
, cuttlefish::HOST_PACKAGE_BUILD
, cuttlefish::CHROME_OS_BUILD
} |
|