HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 276 - 300 of 580) sorted by null

<<11121314151617181920>>

  /external/protobuf/src/google/protobuf/testing/
file.cc 172 DIR* dir = opendir(name.c_str());
173 if (dir != NULL) {
175 struct dirent* entry = readdir(dir);
184 closedir(dir);
  /external/rmi4utils/rmi4update/
main.cpp 118 DIR * devDir;
  /external/rmi4utils/rmidevice/
hiddevice.cpp 633 DIR * devicesDir;
635 DIR * devDir;
692 DIR * devDir;
718 DIR * devDir;
  /external/skia/src/ports/
SkOSFile_posix.cpp 102 DIR* fDIR;
  /external/toybox/lib/
dirtree.c 140 DIR *dir; local
142 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) {
153 // according to the fddir() man page, the filehandle in the DIR * can still
157 while ((entry = readdir(dir))) {
173 closedir(dir);
portability.h 130 DIR *fdopendir(int fd);
  /frameworks/av/drm/libdrmframework/include/
PlugInManager.h 204 DIR* pDir = opendir(rsDirPath.string());
  /hardware/invensense/6515/libsensors_iio/
SensorBase.cpp 155 DIR *dir; local
157 dir = opendir(dirname);
158 if(dir == NULL)
163 while((de = readdir(dir))) {
187 closedir(dir);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 107 DIR *dp;
202 DIR *dp;
282 DIR *dp;
598 DIR *dp;
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 107 DIR *dp;
202 DIR *dp;
282 DIR *dp;
598 DIR *dp;
  /hardware/invensense/65xx/libsensors_iio/
SensorBase.cpp 152 DIR *dir; local
154 dir = opendir(dirname);
155 if(dir == NULL)
160 while((de = readdir(dir))) {
184 closedir(dir);
  /hardware/libhardware/modules/thermal/
thermal.c 44 DIR *dir; local
50 dir = opendir(TEMPERATURE_DIR);
51 if (dir == 0) {
56 while ((de = readdir(dir))) {
82 closedir(dir);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXDCC.cpp 171 DIR *d;
172 struct dirent *dir; local
181 while ((dir = readdir(d)) != NULL) {
182 filename = dir->d_name;
  /ndk/build/tools/
prebuilt-common.sh 812 # Create a wrapper toolchain, and prepend its dir to our PATH
    [all...]
dev-platform-import.sh 34 register_var_option "--out-dir=<path>" OUT_DIR "Specify output directory"
46 override this with the --out-dir=<path> option.
158 local DIR="$1"
164 cd "$DIR" && find $PATTERNS -type f | sed -e 's!^./!!g'
  /system/core/adb/
sysdeps.h 311 extern DIR* adb_opendir(const char* dirname);
312 extern struct dirent* adb_readdir(DIR* dir);
313 extern int adb_closedir(DIR* dir);
348 inline void seekdir(DIR*, long) {
usb_linux.cpp 122 std::unique_ptr<DIR, int(*)(DIR*)> bus_dir(opendir(base.c_str()), closedir);
131 std::unique_ptr<DIR, int(*)(DIR*)> dev_dir(opendir(bus_name.c_str()), closedir);
  /frameworks/base/core/jni/
fd_utils-inl.h 360 DIR* d = opendir(kFdPath);
396 DIR* d = opendir(kFdPath);
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 71 DIR *dp;
316 DIR *dp;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 63 DIR *dp;
308 DIR *dp;
  /system/core/libprocessgroup/
processgroup.cpp 204 DIR *uid = opendir(uid_path);
207 struct dirent *dir; local
208 while ((readdir_r(uid, &cur, &dir) == 0) && dir) {
211 if (dir->d_type != DT_DIR) {
215 if (strncmp(dir->d_name, PROCESSGROUP_PID_PREFIX, strlen(PROCESSGROUP_PID_PREFIX))) {
219 snprintf(path, sizeof(path), "%s/%s", uid_path, dir->d_name);
231 DIR *root = opendir(cgroup_root_path);
236 struct dirent *dir; local
237 while ((readdir_r(root, &cur, &dir) == 0) && dir)
    [all...]
  /system/core/toolbox/
ps.c 243 DIR *d;
262 DIR *d;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerIntegrationTest.groovy 111 * Test that a CWD to ".." properly resolves the current dir (without the "..") so that PWD returns the parent
123 * Test that a CWD to "." properly resolves the current dir (without the ".") so that PWD returns the parent
267 def DIR = p(HOME_DIR, 'NewDir')
268 assert ftpClient.makeDirectory(DIR)
270 assert fileSystem.isDirectory(DIR)
369 assert ftpClient.smnt("dir") == 250
  /prebuilts/misc/windows/sdl2/test/
configure 513 if test -d conf$$.dir; then
514 rm -f conf$$.dir/conf$$.file
516 rm -f conf$$.dir
517 mkdir conf$$.dir 2>/dev/null
523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
537 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/autotest/client/profilers/powertop/src/
powertop.c 268 DIR *dir; local
278 dir = opendir("/proc/acpi/processor");
279 if (!dir)
281 while ((entry = readdir(dir))) {
313 closedir(dir);
318 DIR *cpudir;
319 DIR *dir; local
344 dir = opendir(filename)
487 DIR *dir; local
647 DIR *dir; local
    [all...]

Completed in 1308 milliseconds

<<11121314151617181920>>