Android-cuttlefish cvd tool
Namespaces | Functions
xdg.h File Reference
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for xdg.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::CvdDataHome ()
 
Result< std::string > cuttlefish::CvdConfigHome ()
 
Result< std::string > cuttlefish::CvdStateHome ()
 
Result< std::string > cuttlefish::CvdCacheHome ()
 
std::string cuttlefish::CvdRuntimeDir ()
 
Result< std::vector< std::string > > cuttlefish::CvdDataDirs ()
 
Result< std::vector< std::string > > cuttlefish::CvdConfigDirs ()
 
Result< std::string > cuttlefish::ReadCvdDataFile (std::string_view path)
 
Result< std::vector< std::string > > cuttlefish::FindCvdDataFiles (std::string_view path)
 
Result< void > cuttlefish::WriteCvdDataFile (std::string_view path, std::string contents)