|
Android-cuttlefish cvd tool
|
#include <string_view>#include <vector>#include "cuttlefish/io/filesystem.h"#include "cuttlefish/io/io.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::unique_ptr< ReaderWriterSeeker > | cuttlefish::InMemoryIo () |
| std::unique_ptr< ReaderWriterSeeker > | cuttlefish::InMemoryIo (std::string_view str) |
| std::unique_ptr< ReaderWriterSeeker > | cuttlefish::InMemoryIo (std::vector< char > data) |
| std::unique_ptr< ReadWriteFilesystem > | cuttlefish::InMemoryFilesystem () |