Searched refs:orig_path (Results 1 – 1 of 1) sorted by relevance
266 static ExecutableInfo load_executable(const char* orig_path) { in load_executable() argument269 if (orig_path[0] != '/') { in load_executable()270 __linker_error("error: expected absolute path: \"%s\"\n", orig_path); in load_executable()274 android::base::unique_fd fd(open_executable(orig_path, &file_offset, &result.path)); in load_executable()276 __linker_error("error: unable to open file \"%s\"\n", orig_path); in load_executable()