Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp227 char sym_path[PATH_MAX]; in get_executable_info() local
228 result.path = std::string(realpath(exe_path, sym_path) != nullptr ? sym_path : exe_path); in get_executable_info()