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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/fio/os/windows/posix/include/
dirent.h 20 DIR *opendir(const char *dirname);
  /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
  /bionic/tests/
dirent_test.cpp 109 ASSERT_TRUE(opendir("/does/not/exist") == NULL);
112 ASSERT_TRUE(opendir("/dev/null") == NULL);
116 TEST(dirent, opendir) {
117 DIR* d = opendir("/proc/self");
131 DIR* d = opendir("/proc/self");
137 DIR* d = opendir("/proc/self");
154 DIR* d = opendir("/proc/self");
171 DIR* d = opendir("/proc/self");
189 DIR* d = opendir("/proc/self");
207 DIR* d = opendir("/proc/self")
    [all...]
  /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 27 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/nanopb-c/examples/network_server/
server.c 62 directory = opendir(request.path);
68 perror("opendir");
  /external/chromium_org/third_party/webrtc/base/
linuxfdwalk.h 23 // possible errors include any error that can be returned by opendir(),
  /external/compiler-rt/test/msan/
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 53 if ((pDir= opendir(checkAgainst)) != NULL) {
64 if ((subDirp = opendir(newpath)) != NULL) {
  /external/compiler-rt/test/asan/TestCases/Linux/
interception_readdir_r_test.cc 25 DIR *d = opendir(TEMP_DIR);
46 d = opendir(TEMP_DIR);
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 53 if ((pDir= opendir(checkAgainst)) != NULL) {
64 if ((subDirp = opendir(newpath)) != NULL) {
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/build/android/
inv_devnode_parser-shared 
  /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 

Completed in 882 milliseconds

1 2 3 4 5 6 7 8 91011>>