Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::InputPathForm Struct Reference

#include <files.h>

Collaboration diagram for cuttlefish::InputPathForm:
Collaboration graph
[legend]

Public Attributes

std::optional< std::string > current_working_dir
 
std::optional< std::string > home_dir
 
std::string path_to_convert
 
bool follow_symlink
 

Member Data Documentation

◆ current_working_dir

std::optional<std::string> cuttlefish::InputPathForm::current_working_dir

If nullopt, uses the process' current working dir But if there is no preceding .. or ., this field is not used.

◆ follow_symlink

bool cuttlefish::InputPathForm::follow_symlink

◆ home_dir

std::optional<std::string> cuttlefish::InputPathForm::home_dir

If nullopt, use SystemWideUserHome() But, if there's no preceding ~, this field is not used.

◆ path_to_convert

std::string cuttlefish::InputPathForm::path_to_convert

The documentation for this struct was generated from the following file: