/dalvik/tools/dmtracedump/ |
dmtracedump.pl | 3 opendir(DIR, ".") || die "can't opendir $some_dir: $!";
|
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 28 virtual bool openDir(String8 path) = 0; 29 virtual bool openDir(const char* path) = 0; 57 virtual bool openDir(String8 path) { 60 dir = opendir(mBasePath.string() ); 67 virtual bool openDir(const char* path) { 69 openDir(p);
|
/bionic/tests/ |
dirent_test.cpp | 92 ASSERT_TRUE(opendir("/does/not/exist") == NULL); 95 ASSERT_TRUE(opendir("/dev/null") == NULL); 99 TEST(dirent, opendir) { 100 DIR* d = opendir("/proc/self"); 114 DIR* d = opendir("/proc/self"); 120 DIR* d = opendir("/proc/self"); 137 DIR* d = opendir("/proc/self"); 155 DIR* d = opendir("/proc/self");
|
/external/chromium_org/net/disk_cache/simple/ |
simple_index_file_posix.cc | 32 const ScopedDir dir(opendir(cache_path.value().c_str())); 34 PLOG(ERROR) << "opendir " << cache_path.value();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
dircache.py | 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 35 opendir = listdir # XXX backward compatibility variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
dircache.py | 12 __all__ = ["listdir", "opendir", "annotate", "reset"] 35 opendir = listdir # XXX backward compatibility variable
|
/frameworks/base/tools/aapt/tests/ |
MockDirectoryWalker.h | 31 virtual bool openDir(String8 path) { 36 virtual bool openDir(const char* path) { 38 openDir(p);
|
/bionic/libc/private/ |
ScopedReaddir.h | 25 dir_ = opendir(path);
|
/external/e2fsprogs/tests/progs/ |
hold_inode.c | 36 if (!opendir(filename)) {
|
/system/core/toolbox/ |
wipe.c | 87 dir = opendir(path); 90 fprintf (stderr, "Error opendir'ing %s '%s'\n", 153 dir = opendir(path); 155 fprintf (stderr, "Error opendir'ing %s '%s'\n",
|
/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 | |
/external/compiler-rt/lib/msan/lit_tests/ |
readdir64.cc | 19 DIR *dir = opendir(".");
|
/external/e2fsprogs/lib/e2p/ |
iod.c | 55 dir = opendir (dir_name);
|
/external/llvm/utils/ |
findsym.pl | 17 opendir DIR,$Directory;
|
/ndk/sources/host-tools/make-3.81/w32/include/ |
dirent.h | 52 DIR *opendir(const char *);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
filetools.cpp | 45 if ((pDir= opendir(checkAgainst)) != NULL) { 56 if ((subDirp = opendir(newpath)) != NULL) {
|
/external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/ |
interception_readdir_r_test.cc | 22 DIR *d = opendir(TEMP_DIR); 42 d = opendir(TEMP_DIR);
|
/external/icu4c/tools/toolutil/ |
filetools.cpp | 46 if ((pDir= opendir(checkAgainst)) != NULL) { 57 if ((subDirp = opendir(newpath)) != 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 | |