Android-cuttlefish cvd tool
Namespaces | Functions
in_memory.h File Reference
#include <string_view>
#include <vector>
#include "cuttlefish/io/filesystem.h"
#include "cuttlefish/io/io.h"
Include dependency graph for in_memory.h:
This graph shows which files directly or indirectly include this file:

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 ()