Home
last modified time | relevance | path

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

/platform_testing/utils/shell-as/
Delf-utils.cpp41 std::string exe_path = "/proc/" + std::to_string(process_id) + "/exe"; in GetElfEntryPoint() local
42 FILE* exe_file = fopen(exe_path.c_str(), "rb"); in GetElfEntryPoint()