Vector Optimized Library of Kernels  2.4
Architecture-tuned implementations of math kernels
cpu_features::FakeFilesystem Class Reference

#include <filesystem_for_testing.h>

Public Member Functions

void Reset ()
 
FakeFileCreateFile (const std::string &filename, const char *content)
 
FakeFileFindFileOrDie (const int file_descriptor) const
 
FakeFileFindFileOrNull (const std::string &filename) const
 

Member Function Documentation

◆ CreateFile()

FakeFile * cpu_features::FakeFilesystem::CreateFile ( const std::string &  filename,
const char *  content 
)

◆ FindFileOrDie()

FakeFile * cpu_features::FakeFilesystem::FindFileOrDie ( const int  file_descriptor) const

◆ FindFileOrNull()

FakeFile * cpu_features::FakeFilesystem::FindFileOrNull ( const std::string &  filename) const

◆ Reset()

void cpu_features::FakeFilesystem::Reset ( )

The documentation for this class was generated from the following files: