Home
last modified time | relevance | path

Searched defs:realpath (Results 1 – 12 of 12) sorted by relevance

/external/openssh/openbsd-compat/
Drealpath.c61 realpath(const char *path, char *resolved) in realpath() function
Dopenbsd-compat.h77 # define realpath(x, y) _ssh_compat_realpath(x, y) macro
/external/syslinux/core/fs/
Dchdir.c58 __export size_t realpath(char *dst, const char *src, size_t bufsize) in realpath() function
/external/python/cpython2/Lib/
Dos2emxpath.py158 realpath = abspath variable
Dmacpath.py198 def realpath(path): function
Dntpath.py498 realpath = abspath variable
Dposixpath.py372 def realpath(filename): function
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py322 realpath = abspath variable
/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py373 def realpath(path): function
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
/external/syslinux/core/include/
Dfs.h61 size_t (*realpath)(struct fs_info *, char *, const char *, size_t); member
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1315 TEST(MemorySanitizer, realpath) { in TEST() argument