Home
last modified time | relevance | path

Searched refs:readlink (Results 1 – 15 of 15) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dunistd.in.h530 extern int readlink (const char *file, char *buf, size_t bufsize);
533 # undef readlink
534 # define readlink(f,b,s) \ macro
537 readlink (f, b, s))
/ndk/
Dremove-windows-symlink.sh23 LINK=`readlink "$FILE"` && \
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.cpp29 readlink("/proc/self/exe", exe_path->ptr(), exe_path->size())); in FindExecutablePath()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure.ac86 AC_CHECK_FUNC(readlink, have_readlink=yes)
Dconfigure27306 /* Define readlink to an innocuous variant, in case <limits.h> declares readlink.
27311 which can conflict with char readlink (); below.
27329 char readlink ();
27340 return readlink ();
/ndk/sources/android/crazy_linker/tests/
Dtest_util.h199 TEMP_FAILURE_RETRY(readlink("/proc/self/exe", path.ptr(), path.size())); in GetCurrentExecutable()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c371 while ((rc = readlink (buf, buf2, buf_size)) == buf_size) in follow_symlink()
/ndk/sources/host-tools/make-3.81/
Dconfigure.in156 lstat readlink atexit)
307 # if we have both lstat() and readlink() then we can support symlink
Dconfig.h.in166 /* Define to 1 if you have the `readlink' function. */
Dremake.c1417 EINTRLOOP (llen, readlink (lpath, lbuf, GET_PATH_MAX)); in name_mtime()
Dconfigure7323 lstat readlink atexit
DChangeLog989 readlink(). If both are available, define MAKE_SYMLINKS.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Ddebug.ipp287 num_read = ::readlink( fname_buff, m_binary_path_buff, sizeof(m_binary_path_buff)-1 );
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Dtraces.0725 m4trace:configure.in:152: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the `readlink\…
Doutput.07323 lstat readlink atexit
9082 # if we have both lstat() and readlink() then we can support symlink