Searched defs:realpath (Results 1 - 3 of 3) sorted by last modified time

/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Drealpath.c30 static char sccsid[] = "@(#)realpath.c 8.1 (Berkeley) 2/16/94";
51 realpath(const char * __restrict path, char * __restrict resolved) function
/bionic/linker/
H A Dlinker.cpp139 static bool is_system_library(const std::string& realpath) { argument
141 if (file_is_in_dir(realpath, dir)) {
358 static bool realpath_fd(int fd, std::string* realpath) { argument
366 *realpath = &buf[0];
646 bool read(const char* realpath, off64_t file_size) { argument
648 return elf_reader.Read(realpath, fd_, file_offset_, file_size);
943 off64_t* file_offset, std::string* realpath) {
999 if (realpath_fd(fd, realpath)) {
1000 *realpath += separator;
1002 PRINT("warning: unable to get realpath fo
941 open_library_in_zipfile(ZipArchiveCache* zip_archive_cache, const char* const input_path, off64_t* file_offset, std::string* realpath) argument
1020 open_library_on_paths(ZipArchiveCache* zip_archive_cache, const char* name, off64_t* file_offset, const std::vector<std::string>& paths, std::string* realpath) argument
1054 open_library(android_namespace_t* ns, ZipArchiveCache* zip_archive_cache, const char* name, soinfo *needed_by, off64_t* file_offset, std::string* realpath) argument
1167 find_loaded_library_by_realpath(android_namespace_t* ns, const char* realpath, bool search_linked_namespaces, soinfo** candidate) argument
1188 load_library(android_namespace_t* ns, LoadTask* task, LoadTaskList* load_tasks, int rtld_flags, const std::string& realpath, bool search_linked_namespaces) argument
1333 std::string realpath; local
[all...]
H A Dlinker_soinfo.cpp49 soinfo::soinfo(android_namespace_t* ns, const char* realpath, argument
54 if (realpath != nullptr) {
55 realpath_ = realpath;
336 const char* realpath __unused) {
341 TRACE("[ Calling c-tor %s @ %p for '%s' ]", function_name, function, realpath);
343 TRACE("[ Done calling c-tor %s @ %p for '%s' ]", function_name, function, realpath);
348 const char* realpath __unused) {
353 TRACE("[ Calling d-tor %s @ %p for '%s' ]", function_name, function, realpath);
355 TRACE("[ Done calling d-tor %s @ %p for '%s' ]", function_name, function, realpath);
363 const char* realpath) {
359 call_array(const char* array_name __unused, F* functions, size_t count, bool reverse, const char* realpath) argument
[all...]

Completed in 174 milliseconds