HomeSort by relevance Sort by last modified time
    Searched defs:TEMP_FAILURE_RETRY (Results 1 - 9 of 9) sorted by null

  /bionic/libc/include/
unistd.h 202 #define TEMP_FAILURE_RETRY(exp) ({ \
  /development/ndk/platforms/android-3/include/
unistd.h 198 #define TEMP_FAILURE_RETRY(exp) ({ \
  /development/ndk/platforms/android-8/include/
unistd.h 199 #define TEMP_FAILURE_RETRY(exp) ({ \
  /development/ndk/platforms/android-9/include/
unistd.h 202 #define TEMP_FAILURE_RETRY(exp) ({ \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
unistd.h 195 #define TEMP_FAILURE_RETRY(exp) ({ \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
unistd.h 195 #define TEMP_FAILURE_RETRY(exp) ({ \
  /dalvik/libnativehelper/include/nativehelper/
JNIHelp.h 167 * TEMP_FAILURE_RETRY is defined by some, but not all, versions of
171 #ifndef TEMP_FAILURE_RETRY
173 #define TEMP_FAILURE_RETRY(exp) ({ \
  /frameworks/base/libs/utils/
ObbFile.cpp 56 * TEMP_FAILURE_RETRY is defined by some, but not all, versions of
60 #ifndef TEMP_FAILURE_RETRY
62 #define TEMP_FAILURE_RETRY(exp) ({ \
146 actual = TEMP_FAILURE_RETRY(read(fd, footer, kFooterTagSize));
188 actual = TEMP_FAILURE_RETRY(read(fd, scanBuf, footerSize));
ZipFileRO.cpp 52 * TEMP_FAILURE_RETRY is defined by some, but not all, versions of
56 #ifndef TEMP_FAILURE_RETRY
58 #define TEMP_FAILURE_RETRY(exp) ({ \
110 TEMP_FAILURE_RETRY(close(mFd));
151 TEMP_FAILURE_RETRY(close(fd));
181 TEMP_FAILURE_RETRY(close(fd));
211 ssize_t actual = TEMP_FAILURE_RETRY(read(mFd, scanBuf, sizeof(int32_t)));
250 actual = TEMP_FAILURE_RETRY(read(mFd, scanBuf, readAmount));
544 TEMP_FAILURE_RETRY(pread(mFd, lfhBuf, sizeof(lfhBuf), localHdrOffset));
575 TEMP_FAILURE_RETRY(read(mFd, lfhBuf, sizeof(lfhBuf)))
    [all...]

Completed in 51 milliseconds