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

1 2 3 4 5 67 8 91011>>

  /system/libhidl/base/
HidlInternal.cpp 155 DIR *dir = opendir(path.c_str());
  /system/libvintf/
utils.h 66 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(path.c_str()), closedir);
  /system/vold/
Loop.cpp 114 auto dirp = std::unique_ptr<DIR, int (*)(DIR*)>(opendir(root.c_str()), closedir);
116 PLOG(ERROR) << "Failed to opendir";
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 123 if ((input_dir = opendir(argv[opt_count + 1])) != NULL) {
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerUtils.cpp 89 if (!(dir = opendir(dir_path.c_str()))) {
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 52 d = opendir("/proc");
145 f = opendir(buf);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 75 dp = opendir(iio_dir);
319 dp = opendir(iio_dir);
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 67 dp = opendir(iio_dir);
311 dp = opendir(iio_dir);
  /system/core/libprocessgroup/
processgroup.cpp 114 std::unique_ptr<DIR, decltype(&closedir)> uid(opendir(uid_path.c_str()), closedir);
137 std::unique_ptr<DIR, decltype(&closedir)> root(opendir(cgroup_root_path.c_str()), closedir);
  /external/autotest/client/profilers/powertop/src/
powertop.c 278 dir = opendir("/proc/acpi/processor");
329 cpudir = opendir("/sys/devices/system/cpu");
344 dir = opendir(filename);
495 dir = opendir("/proc/acpi/battery");
661 dir = opendir("/sys/class/power_supply");
urbnum.c 140 dir = opendir("/sys/bus/usb/devices");
  /external/vboot_reference/host/arch/x86/lib/
crossystem_arch.c 514 dir = opendir(GPIO_BASE_PATH);
542 dir = opendir(GPIO_BASE_PATH);
597 dir = opendir(GPIO_BASE_PATH);
  /frameworks/native/cmds/dumpstate/
utils.cpp 248 if (!(d = opendir("/data/system/users"))) {
268 if (!(d = opendir("/proc"))) {
339 if (!(d = opendir(taskpath))) {
613 dirp = opendir(dir);
830 std::unique_ptr<DIR, decltype(&closedir)> proc(opendir("/proc"), closedir);
832 MYLOGE("opendir /proc failed: %s\n", strerror(errno));
935 DIR *proc = opendir("/proc");
    [all...]
  /build/kati/
find.cc 929 DIR* dir = opendir(path.empty() ? "." : path.c_str());
932 LOG("opendir failed: %s", path.c_str());
935 PERROR("opendir failed: %s", path.c_str());
  /external/e2fsprogs/misc/
mk_hugefiles.c 120 if ((dir = opendir("/sys/block")) == NULL)
149 if ((p_dir = opendir(path)) == NULL)
  /external/fio/
thread_options.h 54 char *opendir; member in struct:thread_options
328 uint8_t opendir[FIO_TOP_STR_MAX]; member in struct:thread_options_pack
  /external/iproute2/lib/
rt_names.c 152 d = opendir(CONFDIR "/rt_protos.d");
384 d = opendir(CONFDIR "/rt_tables.d");
  /external/ltp/utils/ffsb-6.0-rc2/
filelist.c 412 tmp = opendir(filename_buf);
477 lc_dir = opendir(buf);
479 perror("opendir");
  /frameworks/base/core/jni/
fd_utils.cpp 436 DIR* d = opendir(kFdPath);
476 DIR* d = opendir(kFdPath);
  /prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg 133 PERLBN(opendir);
  /system/netd/server/
InterfaceController.cpp 114 DIR* dir = opendir(dirname.c_str());
397 if (!(d = opendir("/sys/class/net"))) {
  /bootable/recovery/minui/
events.cpp 64 DIR* dir = opendir("/dev/input");
  /device/google/marlin/dataservices/datatop/src/
datatop_gen_poll.c 233 dp = opendir(dir);
  /device/google/wahoo/thermal/
thermal-helper.cpp 99 opendir(kThermalSensorsRoot), closedir);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 237 DIR *opendir (const char *);

Completed in 793 milliseconds

1 2 3 4 5 67 8 91011>>