Android-cuttlefish cvd tool
Namespaces | Functions
rename.cc File Reference
#include "cuttlefish/posix/rename.h"
#include <cerrno>
#include <cstdio>
#include <string>
#include <string_view>
#include "cuttlefish/posix/strerror.h"
#include "cuttlefish/result/result.h"
Include dependency graph for rename.cc:

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)