HomeSort by relevance Sort by last modified time
    Searched refs:seekdir (Results 76 - 82 of 82) sorted by null

1 2 34

  /system/core/adb/
sysdeps.h 367 // Some compiler's C++ headers have members named seekdir, so we can't do the
368 // macro technique and instead cause a link error if seekdir is called.
369 inline void seekdir(DIR*, long) { function
  /external/ltrace/etc/
libc.so.conf 74 void seekdir(DIR *, long);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_istream.c 518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tchar.h 1043 #define _tseekdir seekdir
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_istream.c 518 basic_istream<_CharT, _Traits>::seekg(off_type __off, ios_base::seekdir __dir) {
    [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 390 milliseconds

1 2 34