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

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< void > cuttlefish::RemoveFile (const char *file)
 
Result< void > cuttlefish::RemoveFile (const std::string &file)
 
Result< void > cuttlefish::RemoveFile (std::string_view file)