Android-cuttlefish cvd tool
Namespaces | Typedefs | Functions
incremental.h File Reference
#include <optional>
#include <string>
#include <vector>
#include "sysdeps.h"
Include dependency graph for incremental.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  incremental
 

Typedefs

using incremental::Files = std::vector< std::string >
 
using incremental::Args = std::vector< std::string_view >
 

Functions

bool incremental::can_install (const Files &files)
 
std::optional< Processincremental::install (const Files &files, const Args &passthrough_args, bool silent)