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

1 2 3 4 5 6 7 891011>>

  /external/dhcpcd-6.8.2/
dev.c 135 dp = opendir(DEVDIR);
  /external/e2fsprogs/lib/blkid/
devno.c 102 if ((dir = opendir(dirname)) == NULL)
  /external/e2fsprogs/lib/ext2fs/
finddev.c 88 if ((dir = opendir(dirname)) == NULL)
  /external/e2fsprogs/lib/ss/
help.c 139 if ((d = opendir(info_dir)) == (DIR *)NULL) {
  /external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h 51 m_folder_id = opendir(folder.c_str());
  /external/libcap-ng/libcap-ng-0.7/utils/
pscap.c 61 d = opendir("/proc");
  /external/libchrome/base/files/
file_enumerator_posix.cc 124 DIR* dir = opendir(source.value().c_str());
  /external/libselinux/src/
stringrep.c 98 dir = opendir(path);
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 121 ProcDir = opendir("/proc");
  /external/rmi4utils/rmi4update/
main.cpp 185 devDir = opendir("/dev");
  /external/selinux/libselinux/src/
stringrep.c 98 dir = opendir(path);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 204 DIR* pDir = opendir(rsDirPath.string());
  /frameworks/av/drm/libmediadrm/
Crypto.cpp 108 DIR* pDir = opendir(dirPath.string());
  /frameworks/av/media/libmedia/
MediaScanner.cpp 154 DIR* dir = opendir(path);
  /frameworks/base/cmds/idmap/
scan.cpp 182 DIR *dir = opendir(overlay_dir);
  /frameworks/base/native/android/
asset_manager.cpp 119 return new AAssetDir(mgr->openDir(dirName));
  /frameworks/native/cmds/rawbu/
backup.cpp 72 dir = opendir(path);
75 fprintf (stderr, "Error opendir'ing %s: %s\n",
265 dir = opendir(srcPath);
268 fprintf (stderr, "error opendir'ing '%s': %s\n",
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 63 * versions of closedir(3), readdir(3), opendir(3), stat(2)
  /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/thermal/
thermal.c 50 dir = opendir(TEMPERATURE_DIR);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 178 d = opendir(dirPaths.itemAt(i)->string());
  /ndk/sources/host-tools/make-3.81/w32/compat/
dirent.c 28 opendir(const char* pDirName) function
  /system/core/bootstat/
boot_event_record_store.cpp 140 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(store_path_.c_str()), closedir);
boot_event_record_store_test.cpp 79 ScopedDIR dir(opendir(path.c_str()), closedir);

Completed in 1091 milliseconds

1 2 3 4 5 6 7 891011>>