HomeSort by relevance Sort by last modified time
    Searched refs:opendir (Results 201 - 225 of 493) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/e2fsprogs/lib/ss/
help.c 140 if ((d = opendir(info_dir)) == (DIR *)NULL) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 53 m_folder_id = opendir(folder.c_str());
  /external/kmod/testsuite/
path.c 183 WRAP_1ARG(DIR*, NULL, opendir);
  /external/libchrome/base/files/
file_enumerator_posix.cc 124 DIR* dir = opendir(source.value().c_str());
  /external/libcups/cups/
dir.c 309 dp->dir = opendir(directory);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 120 ProcDir = opendir("/proc");
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 46 DIR *D = opendir(Dir.c_str());
  /external/openssh/openbsd-compat/
getcwd.c 148 if (!(dir = opendir(up)) || fstat(dirfd(dir), &s))
  /external/protobuf/src/google/protobuf/testing/
file.cc 168 // Use opendir()! Yay!
174 DIR* dir = opendir(name.c_str());
  /external/rmi4utils/rmi4update/
main.cpp 185 devDir = opendir("/dev");
  /external/rmi4utils/rmidevice/
hiddevice.cpp 648 devicesDir = opendir(devicePath.c_str());
665 devDir = opendir(fullLinkPath.c_str());
667 fprintf(stdout, "opendir failed\n");
697 devDir = opendir("/sys/bus/hid/devices");
722 devDir = opendir(hidrawDir);
  /external/syslinux/com32/modules/
dir.c 80 dir = opendir(dirname);
ls.c 80 dir = opendir(dirname);
  /external/syslinux/com32/rosh/
rosh.h 38 #include <dirent.h> /* fdopendir() opendir() readdir() closedir() DIR */
84 ROSH_DEBUG2_STAT("stat:opendir(%s) ", pathname);
85 d = opendir(pathname);
  /external/syslinux/core/include/
fs.h 222 DIR *opendir(const char *pathname);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 204 DIR* pDir = opendir(rsDirPath.string());
  /frameworks/base/cmds/incidentd/src/
report_directory.cpp 127 if ((dir = opendir(directory)) == NULL) {
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 157 dir = opendir(dirname);
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 154 dir = opendir(dirname);
  /hardware/libhardware/modules/sensors/dynamic_sensor/
ConnectionDetector.cpp 150 auto dirp = ::opendir(mPath.c_str());
  /hardware/libhardware/modules/thermal/
thermal.c 50 dir = opendir(TEMPERATURE_DIR);
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 81 DIR* dir = opendir(buf);
  /system/core/init/
init_parser.cpp 115 std::unique_ptr<DIR, int(*)(DIR*)> config_dir(opendir(path.c_str()), closedir);
  /test/vts/compilation_tools/vtsc/
VtsCompilerMain.cpp 121 if ((input_dir = opendir(argv[opt_count + 1])) != NULL) {
  /test/vts/utils/native/trace_processor/
VtsTraceProcessor.cpp 138 DIR *dir = opendir(trace_dir.c_str());

Completed in 573 milliseconds

1 2 3 4 5 6 7 891011>>