Android-cuttlefish cvd tool
Namespaces | Functions
rename.h File Reference
#include <string>
#include <string_view>
#include "cuttlefish/result/result.h"
Include dependency graph for rename.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::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)