Home
last modified time | relevance | path

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

/bionic/linker/
Dlinker.h106 int open_executable(const char* path, off64_t* file_offset, std::string* realpath);
Dlinker_main.cpp271 android::base::unique_fd fd(open_executable(orig_path, &file_offset, &result.path)); in load_executable()
Dlinker.cpp1172 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() function