HomeSort by relevance Sort by last modified time
    Searched refs:opendir (Results 26 - 50 of 444) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Lib/
dircache.py 12 __all__ = ["listdir", "opendir", "annotate", "reset"]
35 opendir = listdir # XXX backward compatibility variable
  /external/syslinux/core/fs/
readdir.c 11 __export DIR *opendir(const char *path) function
  /external/wayland/tests/
test-helpers.c 42 dir = opendir("/proc/self/fd");
  /external/webrtc/webrtc/base/
linuxfdwalk.c 39 DIR *dir = opendir("/proc/self/fd");
  /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
  /system/core/libvndksupport/tests/
linker_test.cpp 37 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
  /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...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/
PosixLib.inf 33 Gen/opendir.c
  /external/autotest/client/profilers/powertop/src/
intelcstates.c 88 cpudir = opendir("/sys/devices/system/cpu");
103 dir = opendir(filename);
  /external/ltp/testcases/kernel/syscalls/chdir/
chdir01.c 71 DIR *ddir, *opendir();
90 if ((ddir = opendir(".")) == NULL)
91 tst_brkm(TBROK | TERRNO, cleanup, "opendir(.) failed");
  /frameworks/base/cmds/statsd/src/storage/
StorageManager.cpp 104 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
119 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
141 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
164 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir);
192 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_DATA_DIR), closedir);
248 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR), closedir);
290 unique_ptr<DIR, decltype(&closedir)> dir(opendir(STATS_SERVICE_DIR),
335 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
402 unique_ptr<DIR, decltype(&closedir)> dir(opendir(path), closedir);
  /bootable/recovery/applypatch/
freecache.cpp 39 std::unique_ptr<DIR, decltype(&closedir)> d(opendir("/proc"), closedir);
53 std::unique_ptr<DIR, decltype(&closedir)> fdd(opendir(path.c_str()), closedir);
83 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(dirs[i]), closedir);
  /test/vts/drivers/hal/common/driver_base/
DriverBase.cpp 44 DIR* dir = opendir(path);
53 if ((sub_dir = opendir(abs_path)) != NULL) {
138 DIR* srcdir = opendir(product_path);
173 srcdir = opendir(module_basepath);
279 DIR* srcdir = opendir(basepath.c_str());
319 DIR* srcdir = opendir(gcov_output_basepath_);
  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 55 if ((pDir= opendir(checkAgainst)) != NULL) {
70 if ((subDirp = opendir(newpath.data())) != NULL) {
  /external/iproute2/lib/
namespace.c 26 dir = opendir(etc_netns_path);
111 dir = opendir(NETNS_RUN_DIR);
  /external/python/cpython2/Demo/tix/samples/
Tree.py 23 tree['opencmd'] = lambda dir=None, w=tree: opendir(w, dir)
57 def opendir(tree, dir): function
  /system/vold/
Process.cpp 78 auto proc_d = std::unique_ptr<DIR, int (*)(DIR*)>(opendir("/proc"), closedir);
100 auto fd_d = std::unique_ptr<DIR, int (*)(DIR*)>(opendir(fd_path.c_str()), closedir);
  /device/google/cuttlefish_common/guest/commands/vport_trigger/
main.cpp 58 DIR *dir = opendir(sysfs_base);
  /external/dtc/
fstree.c 33 d = opendir(dirname);
35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno));
  /external/fio/oslib/
linux-dev-lookup.c 18 D = opendir(path);
  /external/google-breakpad/src/common/tests/
auto_tempdir.h 71 DIR* dir = opendir(path.c_str());
  /external/linux-kselftest/tools/testing/selftests/powerpc/dscr/
dscr_sysfs_test.c 49 sysfs = opendir(CPU_PATH);
51 perror("opendir() failed");

Completed in 462 milliseconds

12 3 4 5 6 7 8 91011>>