Searched refs:open_executable (Results 1 – 3 of 3) sorted by relevance
106 int open_executable(const char* path, off64_t* file_offset, std::string* realpath);
271 android::base::unique_fd fd(open_executable(orig_path, &file_offset, &result.path)); in load_executable()
1172 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable() function