Searched refs:resolved_path (Results 1 – 2 of 2) sorted by relevance
47 char resolved_path[PATH_MAX]; in GetRealPath() local48 if (realpath(target_path.c_str(), resolved_path) != nullptr) { in GetRealPath()49 return resolved_path; in GetRealPath()
99 char resolved_path[PATH_MAX]; in RealPath() local100 if (realpath(path.data(), resolved_path) != nullptr) { in RealPath()101 return resolved_path; in RealPath()