Home
last modified time | relevance | path

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

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Drealpath.c22 char* realpath(const char* path, char* resolved_path) { in realpath() function
/external/oprofile/pp/
Doparchive_options.cpp70 string realpath = op_realpath(outdirectory); in check_options() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dfilesystem.py53 def realpath(self, path): member in FileSystem
Dfilesystem_mock.py83 def realpath(self, path): member in MockFileSystem
/external/compiler-rt/lib/tsan/dd/
Ddd_interceptors.cc229 INTERCEPTOR(char*, realpath, const char *path, char *resolved_path) { in INTERCEPTOR() argument
/external/qemu/include/
Dqemu-common.h106 static inline char *realpath(const char *path, char *resolved_path) in realpath() function
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h493 realpath, enumerator
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1241 TEST(MemorySanitizer, realpath) { in TEST() argument