Searched refs:sym_path (Results 1 – 1 of 1) sorted by relevance
227 char sym_path[PATH_MAX]; in get_executable_info() local228 result.path = std::string(realpath(exe_path, sym_path) != nullptr ? sym_path : exe_path); in get_executable_info()