HomeSort by relevance Sort by last modified time
    Searched full:telldir (Results 1 - 25 of 65) sorted by null

1 2 3

  /bionic/tests/
dirent_test.cpp 308 offset_list.push_back(telldir(d));
313 offset_list.push_back(telldir(d));
314 // Make sure telldir() point to the next entry.
318 long end_offset = telldir(d);
319 // telldir() should not pass the end of the file.
325 ASSERT_EQ(offset_list[i], telldir(d));
332 ASSERT_EQ(offset_list[i], telldir(d));
340 ASSERT_EQ(end_offset, telldir(d));
  /ndk/sources/host-tools/make-3.81/w32/include/
dirent.h 56 int telldir(DIR *);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libacl.so.1 
libacl.so.1.1.0 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libacl.so 
libacl.so.1 
libacl.so.1.1.0 
  /bionic/libc/include/
dirent.h 80 extern long telldir(DIR*);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dirent.h 67 long __cdecl __MINGW_NOTHROW telldir (DIR*);
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 131 /* bump count for next call to readdir() or telldir() */
168 telldir(DIR* pDir) function
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 105 PERLBN(telldir);
  /external/e2fsprogs/contrib/
spd_readdir.c 133 real_telldir = dlsym(RTLD_NEXT, "telldir");
414 off_t telldir(DIR *dir) function
  /bionic/libc/bionic/
dirent.cpp 174 long telldir(DIR* d) { function
  /external/autotest/client/tests/connectathon/
connectathon.tar.bz2 
  /bionic/libc/
libc.arm64.map 996 telldir;
libc.mips64.map 996 telldir;
libc.x86_64.map 996 telldir;
  /bionic/libc/tools/
posix-2013.txt 1059 telldir
  /development/ndk/platforms/android-23/arch-arm/symbols/
libc.so.functions.txt 1042 telldir
  /development/ndk/platforms/android-23/arch-arm64/symbols/
libc.so.functions.txt 971 telldir
libc.so.versions.txt 996 telldir;
  /development/ndk/platforms/android-23/arch-mips/symbols/
libc.so.functions.txt 1026 telldir
  /development/ndk/platforms/android-23/arch-mips64/symbols/
libc.so.functions.txt 971 telldir
libc.so.versions.txt 996 telldir;
  /development/ndk/platforms/android-23/arch-x86/symbols/
libc.so.functions.txt 1024 telldir

Completed in 900 milliseconds

1 2 3