Searched defs:readlink (Results 1 - 16 of 16) 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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
H A Dzipio.py322 def readlink(path): function
331 return _os.readlink(path)
/external/bison/darwin-lib/
H A Dunistd.h1557 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. */
1560 # define readlink rpl_readlink
1562 _GL_FUNCDECL_RPL (readlink, ssize_t,
1565 _GL_CXXALIAS_RPL (readlink, ssize_t,
1569 _GL_FUNCDECL_SYS (readlink, ssize_t,
1573 _GL_CXXALIAS_SYS (readlink, ssize_t,
1576 _GL_CXXALIASWARN (readlink);
1578 # undef readlink macro
1580 _GL_WARN_ON_USE (readlink, "readlink i
[all...]
/external/bison/linux-lib/
H A Dunistd.h1557 <http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html>. */
1560 # define readlink rpl_readlink
1562 _GL_FUNCDECL_RPL (readlink, ssize_t,
1565 _GL_CXXALIAS_RPL (readlink, ssize_t,
1569 _GL_FUNCDECL_SYS (readlink, ssize_t,
1573 _GL_CXXALIAS_SYS (readlink, ssize_t,
1576 _GL_CXXALIASWARN (readlink);
1578 # undef readlink macro
1580 _GL_WARN_ON_USE (readlink, "readlink i
[all...]
/external/syslinux/core/include/
H A Dfs.h68 int (*readlink)(struct inode *, char *); member in struct:fs_ops
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dfake_filesystem.py1458 def readlink(self, path): member in class:FakeOsModule
/external/valgrind/coregrind/
H A Dm_libcfile.c100 SSizeT res = VG_(readlink)(tmp, buf, bufsiz);
637 /* Performs the readlink operation and puts the result into 'buf'.
641 SSizeT VG_(readlink) (const HChar* path, HChar* buf, SizeT bufsiz) function
644 /* res = readlink( path, buf, bufsiz ); */
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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 292 milliseconds