|
Android-cuttlefish cvd tool
|
#include "cuttlefish/posix/rename.h"#include <cerrno>#include <cstdio>#include <string>#include <string_view>#include "cuttlefish/posix/strerror.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::Rename (const char *oldpath, const char *newpath) |
| Result< void > | cuttlefish::Rename (const std::string &oldpath, const std::string &newpath) |
| Result< void > | cuttlefish::Rename (std::string_view oldpath, std::string_view newpath) |