Searched refs:exe_path (Results 1 – 1 of 1) sorted by relevance
41 std::string exe_path = "/proc/" + std::to_string(process_id) + "/exe"; in GetElfEntryPoint() local42 FILE* exe_file = fopen(exe_path.c_str(), "rb"); in GetElfEntryPoint()