Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/command_util/
Dsnapshot_utils.cc157 auto absolute_path = EmulateAbsolutePath(input_form); in RealpathOrSelf() local
158 return absolute_path.ok() ? *absolute_path : path; in RealpathOrSelf()