Android-cuttlefish cvd tool
Namespaces | Functions
stat.h File Reference
#include <sys/stat.h>
#include <string>
#include <string_view>
#include "cuttlefish/result/result_type.h"
Include dependency graph for stat.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< struct stat > cuttlefish::Stat (const char *path)
 
Result< struct stat > cuttlefish::Stat (const std::string &path)
 
Result< struct stat > cuttlefish::Stat (std::string_view path)