Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker_main.cpp268 static ExecutableInfo load_executable(const char* orig_path) { in load_executable() argument
271 if (orig_path[0] != '/') { in load_executable()
272 __linker_error("error: expected absolute path: \"%s\"\n", orig_path); in load_executable()
276 android::base::unique_fd fd(open_executable(orig_path, &file_offset, &result.path)); in load_executable()
278 __linker_error("error: unable to open file \"%s\"\n", orig_path); in load_executable()