Home
last modified time | relevance | path

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

/system/linkerconfig/generator/
Dvariableloader.cc47 char resolved_path[PATH_MAX]; in GetRealPath() local
48 if (realpath(target_path.c_str(), resolved_path) != nullptr) { in GetRealPath()
49 return resolved_path; in GetRealPath()
/system/linkerconfig/
Dmain.cc99 char resolved_path[PATH_MAX]; in RealPath() local
100 if (realpath(path.data(), resolved_path) != nullptr) { in RealPath()
101 return resolved_path; in RealPath()