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