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

1 2 3 4 5 6 7 8 91011>>

  /art/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);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /prebuilts/gdb/linux-x86/lib/python2.7/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /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 26 ScopedReaddir(const char* path) : ScopedReaddir(opendir(path)) {
  /external/e2fsprogs/tests/progs/
hold_inode.c 36 if (!opendir(filename)) {
  /bionic/tests/
dirent_test.cpp 175 ASSERT_TRUE(opendir("/does/not/exist") == NULL);
178 ASSERT_TRUE(opendir("/dev/null") == NULL);
182 TEST(dirent, opendir) {
183 DIR* d = opendir("/proc/self");
197 DIR* d = opendir("/proc/self");
203 DIR* d = opendir("/proc/self");
220 DIR* d = opendir("/proc/self");
237 DIR* d = opendir("/proc/self");
255 DIR* d = opendir("/proc/self");
273 DIR* d = opendir("/proc/self")
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 54 opendir(S, $srcdir);
59 opendir(S, ".");
90 opendir(S, $srcdir);
226 opendir(INC, $incdir);
234 opendir(INC, $srcdir);
251 opendir(S, $srcdir);
  /external/autotest/client/profilers/powertop/src/
cpufreq.c 45 dir = opendir("/sys/devices/system/cpu");
78 dir = opendir("/sys/devices/system/cpu");
sata.c 44 dir = opendir("/sys/class/scsi_host");
76 dir = opendir("/sys/class/scsi_host/");
usb.c 42 dir = opendir("/sys/bus/usb/devices");
76 dir = opendir("/sys/bus/usb/devices");
  /external/curl/tests/
mem-include-scan.pl 84 opendir(my $dh, $dir) || die "can't opendir $dir: $!";
  /external/nanopb-c/examples/network_server/
server.c 62 directory = opendir(request.path);
68 perror("opendir");
  /external/compiler-rt/test/msan/
readdir64.cc 19 DIR *dir = opendir(".");
  /external/e2fsprogs/lib/e2p/
iod.c 55 dir = opendir (dir_name);
  /external/fio/lib/
linux-dev-lookup.c 18 D = opendir(path);
  /external/llvm/utils/
findsym.pl 17 opendir DIR,$Directory;
  /external/vulkan-validation-layers/loader/
dirent_on_windows.h 24 DIR *opendir(const char *);
  /external/webrtc/webrtc/base/
linuxfdwalk.h 23 // possible errors include any error that can be returned by opendir(),
  /ndk/sources/host-tools/make-3.81/w32/include/
dirent.h 52 DIR *opendir(const char *);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
make-d 22 opendir L, "/tmp/lsts";

Completed in 727 milliseconds

1 2 3 4 5 6 7 8 91011>>