Searched defs:readlink (Results 1 - 13 of 13) sorted by relevance

/external/clang/test/Sema/
H A Dasm-label.c28 void __real_readlink() __asm("readlink");
29 void readlink() __asm("__protected_readlink");
30 void readlink() { __real_readlink(); } function
/external/syslinux/core/include/
H A Dfs.h68 int (*readlink)(struct inode *, char *); member in struct:fs_ops
/external/valgrind/coregrind/
H A Dm_libcfile.c100 SSizeT res = VG_(readlink)(tmp, buf, bufsiz);
641 /* Performs the readlink operation and puts the result into 'buf'.
645 SSizeT VG_(readlink) (const HChar* path, HChar* buf, SizeT bufsiz) function
648 /* res = readlink( path, buf, bufsiz ); */
/external/python/cpython3/Lib/
H A Dpathlib.py331 target = accessor.readlink(newpath)
442 def readlink(self, path): member in class:_NormalAccessor
443 return os.readlink(path)
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h3107 // The readlink syscall has been deprecated on aarch64. We polyfill below.
3108 LSS_INLINE _syscall3(int, readlink, const char*, p,
3971 LSS_INLINE int LSS_NAME(readlink)(const char *pathname, char *buffer, function
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 289 milliseconds