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

1 2 3 4 5 6 78 91011>>

  /external/curl/docs/cmdline-opts/
gen.pl 21 opendir(my $dh, $some_dir) || die "Can't opendir $some_dir: $!";
  /external/iproute2/misc/
lnstat_util.c 213 dir = opendir(path);
  /external/libedit/examples/
tc1.c 95 DIR *dd = opendir(".");
wtc1.c 59 DIR *dd = opendir(".");
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup-chardev.c 143 dp = opendir("/dev");
  /external/ltp/testcases/kernel/fs/proc/
proc01.c 284 } else if ((dir = opendir(obj)) == NULL) {
286 tst_resm(TFAIL | TERRNO, "%s: opendir", obj);
  /external/selinux/libselinux/src/
stringrep.c 98 dir = opendir(path);
  /external/selinux/policycoreutils/sestatus/
sestatus.c 68 if (!(dir = opendir(PROC_BASE))) {
  /external/valgrind/tests/
check_headers_and_includes 138 opendir($hdir, ".") || die "cannot open directory '.'";
  /external/webrtc/webrtc/base/
fileutils.cc 74 dir_ = ::opendir(directory_.c_str());
  /frameworks/av/media/libmedia/
MediaScanner.cpp 154 DIR* dir = opendir(path);
  /frameworks/base/cmds/incidentd/tests/
Reporter_test.cpp 92 dir = opendir(td.path);
  /frameworks/base/libs/hwui/tests/unit/
ShaderCacheTests.cpp 70 DIR* dir = opendir(folderName.c_str());
  /frameworks/base/tools/bit/
make.cpp 68 DIR* dir = opendir(base.c_str());
util.cpp 104 DIR* dir = opendir(name.c_str());
  /hardware/interfaces/camera/provider/2.4/default/
ExternalCameraProvider.cpp 221 DIR* devdir = opendir(kDevicePath);
  /hardware/invensense/6515/libsensors_iio/
MPLSupport.cpp 293 dp = opendir (sysfs_path);
  /hardware/invensense/65xx/libsensors_iio/
MPLSupport.cpp 290 dp = opendir (sysfs_path);
  /hardware/libhardware/modules/camera/3_4/
v4l2_camera_hal.cpp 55 DIR* dir = opendir("/dev");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
dirent.h 136 extern DIR *opendir (__const char *__name) __nonnull ((1));
139 /* Same as opendir, but open the stream on the file descriptor FD.
  /system/core/bootstat/
boot_event_record_store_test.cpp 74 ScopedDIR dir(opendir(path.c_str()), closedir);
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 106 DIR* dir = opendir(buf);
  /system/core/init/
bootchart.cpp 107 std::unique_ptr<DIR, int(*)(DIR*)> dir(opendir("/proc"), closedir);
uevent_listener.cpp 165 std::unique_ptr<DIR, decltype(&closedir)> d(opendir(path.c_str()), closedir);
  /system/core/libutils/
ProcessCallStack.cpp 130 std::unique_ptr<DIR, decltype(&closedir)> dp(opendir(PATH_SELF_TASK), closedir);

Completed in 720 milliseconds

1 2 3 4 5 6 78 91011>>