HomeSort by relevance Sort by last modified time
    Searched refs:safe_readlink (Results 1 - 6 of 6) sorted by null

  /external/ltp/include/
safe_macros_fn.h 105 ssize_t safe_readlink(const char *file, const int lineno,
tst_safe_macros.h 155 #define SAFE_READLINK(path, buf, bufsize) \
156 safe_readlink(__FILE__, __LINE__, NULL, (path), (buf), (bufsize))
  /external/google-breakpad/android/google_breakpad/
Android.mk 90 src/common/linux/safe_readlink.cc
  /external/ltp/include/old/
safe_macros.h 101 #define SAFE_READLINK(cleanup_fn, path, buf, bufsize) \
102 safe_readlink(__FILE__, __LINE__, cleanup_fn, (path), (buf), (bufsize))
  /external/google-breakpad/
Makefile.am 150 src/common/linux/safe_readlink.cc
477 src/common/linux/safe_readlink.o \
533 src/common/linux/safe_readlink.cc \
588 src/common/linux/safe_readlink.cc \
    [all...]
  /external/ltp/lib/
safe_macros.c 402 ssize_t safe_readlink(const char *file, const int lineno, function

Completed in 351 milliseconds