Lines Matching +defs:path +defs:root
189 static bool file_exists(const char* path) { in file_exists()
366 static void parse_path(const char* path, const char* delimiters, in parse_path()
373 static void parse_LD_LIBRARY_PATH(const char* path) { in parse_LD_LIBRARY_PATH()
931 const char* const path = normalized_path.c_str(); in open_library_in_zipfile() local
994 static bool format_path(char* buf, size_t buf_size, const char* path, const char* name) { in format_path()
1005 const char* path, off64_t* file_offset, in open_library_at_path()
1032 for (const auto& path : paths) { in open_library_on_paths() local
1080 int open_executable(const char* path, off64_t* file_offset, std::string* realpath) { in open_executable()
1788 for (auto root : local_group_roots) { in find_libraries() local
1891 static void soinfo_unload_impl(soinfo* root) { in soinfo_unload_impl()
1988 soinfo* root = is_linked ? unload_si->get_local_group_root() : unload_si; in soinfo_unload() local
2079 for (const auto& path : default_ld_paths) { in do_android_get_LD_LIBRARY_PATH() local
2224 std::string path(original_path); in do_dlopen() local
3600 std::string path = get_ld_config_file_apex_path(executable_path); in get_ld_config_file_path() local