Searched defs:realpath (Results 1 – 12 of 12) sorted by relevance
/external/openssh/openbsd-compat/ |
D | realpath.c | 61 realpath(const char *path, char *resolved) in realpath() function
|
D | openbsd-compat.h | 77 # define realpath(x, y) _ssh_compat_realpath(x, y) macro
|
/external/syslinux/core/fs/ |
D | chdir.c | 58 __export size_t realpath(char *dst, const char *src, size_t bufsize) in realpath() function
|
/external/python/cpython2/Lib/ |
D | os2emxpath.py | 158 realpath = abspath variable
|
D | macpath.py | 198 def realpath(path): function
|
D | ntpath.py | 498 realpath = abspath variable
|
D | posixpath.py | 372 def realpath(filename): function
|
/external/python/cpython2/Lib/plat-riscos/ |
D | riscospath.py | 322 realpath = abspath variable
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_discovery.py | 373 def realpath(path): function
|
/external/compiler-rt/lib/tsan/dd/ |
D | dd_interceptors.cc | 226 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
|
/external/syslinux/core/include/ |
D | fs.h | 61 size_t (*realpath)(struct fs_info *, char *, const char *, size_t); member
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1315 TEST(MemorySanitizer, realpath) { in TEST() argument
|