Searched refs:real_path_ret (Results 1 – 3 of 3) sorted by relevance
33 char *real_path_ret = nullptr; in RealPath() local35 real_path_ret = _fullpath(real_path_mem, common::SafeCStr(file), PATH_MAX); in RealPath()37 real_path_ret = realpath(common::SafeCStr(file), real_path_mem); in RealPath()39 if (real_path_ret == nullptr) { in RealPath()
193 char *real_path_ret = realpath(path.data(), real_path_mem); in RealPath() local194 if (real_path_ret == nullptr) { in RealPath()
1242 char *real_path_ret = realpath(path.c_str(), real_path_mem); in GetRealPath() local1243 if (real_path_ret == nullptr) { in GetRealPath()