Searched refs:full_path (Results 1 – 1 of 1) sorted by relevance
25 char full_path[MAX_PATH_LEN] = {0}; in GetAbsolutePath() local26 _fullpath(full_path, path.data(), MAX_PATH_LEN); in GetAbsolutePath()27 return full_path; in GetAbsolutePath()