/dalvik/tools/dmtracedump/ |
dmtracedump.pl | 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
|
/external/compiler-rt/lib/msan/lit_tests/ |
readdir64.cc | 11 // Test that readdir64 is intercepted as well as readdir. 20 struct dirent *d = readdir(dir);
|
/bionic/tests/ |
dirent_test.cpp | 82 dirent* e = readdir(d); 102 dirent* e = readdir(d); 119 TEST(dirent, readdir) { 125 while ((e = readdir(d)) != NULL) { 129 // readdir(3) returns NULL, but leaves errno as 0. 161 while ((e = readdir(d)) != NULL) { 170 while ((e = readdir(d)) != NULL) {
|
/bionic/libc/private/ |
ScopedReaddir.h | 39 return readdir(dir_);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/ |
libthread_db.so | |
/ndk/sources/host-tools/make-3.81/w32/compat/ |
dirent.c | 109 readdir(DIR* pDir)
function 131 /* bump count for next call to readdir() or telldir() */
160 /* reset members which control readdir() */
181 /* return number of times readdir() called */
199 for (--nPosition; nPosition && readdir(pDir); nPosition--);
|
/external/chromium_org/chrome/browser/media_galleries/mac/ |
mtp_device_delegate_impl_mac_unittest.mm | 258 base::PlatformFileError ReadDir(const base::FilePath& path) { 329 EXPECT_EQ(base::PLATFORM_FILE_OK, ReadDir(base::FilePath(kDevicePath))); 406 EXPECT_EQ(base::PLATFORM_FILE_OK, ReadDir(base::FilePath(kDevicePath))); 437 EXPECT_EQ(base::PLATFORM_FILE_OK, ReadDir(base::FilePath(kDevicePath))); 489 EXPECT_EQ(base::PLATFORM_FILE_OK, ReadDir(base::FilePath(kDevicePath))); 499 ReadDir(base::FilePath(kDevicePath).Append("dir1"))); 505 ReadDir(base::FilePath(kDevicePath).Append("dir2"))); 513 ReadDir(base::FilePath(kDevicePath) 520 ReadDir(base::FilePath(kDevicePath) 523 ReadDir(base::FilePath(kDevicePath [all...] |
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
fuse.h | 49 // A function of this type will be passed to readdir (see below). The developer 52 // See the documentation for readdir() below for more information on how to use 116 // opendir()/readdir(). 124 // readdir(). 146 // is full so you can exit readdir. 169 int (*readdir)(const char* path, void* buf, fuse_fill_dir_t filldir, off_t, member in struct:fuse_operations
|
/bionic/libc/kernel/tools/ |
update_all.py | 55 b.readDir( os.path.normpath( progdir + "/../arch-%s" % arch ) ) 57 b.readDir( os.path.normpath( progdir + "/../common" ) )
|
/system/core/toolbox/ |
rm.c | 42 while ((de = readdir(dir)) != NULL) { 55 /* in case readdir or unlink_recursive failed */
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 60 while ((dep = readdir (dir))) {
|
/external/llvm/utils/ |
findsym.pl | 18 my @files = readdir DIR;
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
dirent.h | 53 struct dirent *readdir(DIR *);
|
/external/chromium_org/sandbox/linux/suid/ |
linux_util.c | 74 while ((dent = readdir(proc))) { 106 while ((dent = readdir(fd))) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
linuxfdwalk.c | 63 // Have to clear errno to distinguish readdir() completion from failure. 64 while (errno = 0, (ent = readdir(dir)) != NULL) {
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libthread_db.so | |
/development/ndk/platforms/android-3/include/linux/nfsd/ |
xdr.h | 136 struct nfsd_readdirargs readdir; member in union:nfsd_xdrstore
|
/external/openssh/openbsd-compat/ |
getcwd.c | 105 errno = 0; /* XXX readdir has no error return. */ 162 if (!(dp = readdir(dir))) 169 if (!(dp = readdir(dir))) 219 * If readdir set errno, use it, not any saved error; otherwise,
|
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 74 struct dirent* entryPtr = readdir(dir);
|