Android-cuttlefish cvd tool
Namespaces | Enumerations | Functions
file_source.h File Reference
#include <ostream>
#include <string_view>
Include dependency graph for file_source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Enumerations

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 , cuttlefish::TEST_SUITES_BUILD
}
 

Functions

FileSource cuttlefish::SourceStringToEnum (std::string_view source)
 
std::string_view cuttlefish::SourceEnumToString (FileSource source)
 
std::ostream & cuttlefish::operator<< (std::ostream &out, FileSource source)
 
template<typename Sink >
void cuttlefish::AbslStringify (Sink &sink, FileSource file_source)
 
std::string_view cuttlefish::format_as (FileSource source)