|
Android-cuttlefish cvd tool
|
#include "cuttlefish/posix/stat.h"#include <errno.h>#include <sys/stat.h>#include <unistd.h>#include <string>#include <string_view>#include "cuttlefish/posix/strerror.h"#include "cuttlefish/posix/temp_failure_retry.h"#include "cuttlefish/result/expect.h"#include "cuttlefish/result/result_type.h"
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) |