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

<<11121314151617181920>>

  /build/libs/host/
CopyFile.c 438 DIR* dir; local
441 DBUG(("--- copy dir '%s' to '%s'\n", src, dst));
461 DBUG(("--- creating dir '%s'\n", dst));
476 dir = opendir(src);
477 if (dir == NULL) {
489 ent = readdir(dir);
519 closedir(dir);
  /build/tools/atree/
files.cpp 433 DIR *d = opendir(full.c_str());
  /external/elfutils/libdwfl/
linux-pid-attach.c 167 rewinddir (pid_arg->dir);
171 dirent = readdir (pid_arg->dir);
256 closedir (pid_arg->dir);
344 DIR *dir = opendir (name); local
345 if (dir == NULL)
374 closedir (dir);
378 pid_arg->dir = dir;
388 closedir (dir);
    [all...]
  /external/iproute2/lib/
rt_names.c 345 DIR *d;
  /external/libdaemon/libdaemon/
dfork.c 498 DIR *d;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftrandom/
ftrandom.c 342 DIR* examples;
542 fprintf( out, " --dir <path> Append <path> to list of font search directories.\n" );
550 fprintf( out, " --results <dir> Directory in which to place the test fonts.\n" );
583 else if ( strcmp( pt, "-dir" ) == 0 )
  /external/libmicrohttpd/src/examples/
demo.c 259 DIR *dir; local
262 if (NULL == (dir = opendir (dirname)))
264 while (NULL != (de = readdir (dir)))
294 (void) closedir (dir);
demo_https.c 260 DIR *dir; local
263 if (NULL == (dir = opendir (dirname)))
265 while (NULL != (de = readdir (dir)))
295 (void) closedir (dir);
  /external/libusb/libusb/os/
linux_usbfs.c 159 DIR *dir; local
163 dir = opendir(dirname);
164 if (!dir)
167 while ((entry = readdir(dir)) != NULL) {
176 closedir(dir);
841 DIR *dir; local
849 dir = opendir(dirpath);
850 if (!dir) {
    [all...]
  /external/opencv/cv/src/
cvfloodfill.cpp 51 short dir; member in struct:CvFFillSegment
58 #define ICV_PUSH( Y, L, R, PREV_L, PREV_R, DIR )\
65 tail->dir = (short)(DIR); \
71 #define ICV_POP( Y, L, R, PREV_L, PREV_R, DIR ) \
78 DIR = head->dir; \
144 int k, YC, PL, PR, dir; local
145 ICV_POP( YC, L, R, PL, PR, dir );
149 {-dir, L - _8_connectivity, R + _8_connectivity}
276 int k, YC, PL, PR, dir; local
453 int k, YC, PL, PR, dir, curstep; local
759 int k, YC, PL, PR, dir, curstep; local
    [all...]
  /external/toybox/toys/pending/
lsof.c 256 case S_IFDIR: strcpy(fi->type, "DIR"); break;
363 DIR *dir; local
367 if (!(dir = opendir(toybuf))) {
374 while ((de = readdir(dir))) {
379 closedir(dir);
  /external/v8/tools/gcmole/
gcmole.lua 29 -- Usage: CLANG_BIN=clang-bin-dir lua tools/gcmole/gcmole.lua [arm|ia32|x64]
31 local DIR = arg[0]:match("^(.+)/[^/]+$")
93 CLANG_PLUGINS = DIR
  /hardware/qcom/audio/hal/audio_extn/
sndmonitor.c 262 DIR *dp;
  /hardware/qcom/bootctrl/
boot_control.cpp 253 DIR *dir_bootdev = NULL;
261 ALOGE("%s: Failed to open bootdev dir (%s)",
  /hardware/qcom/wlan/qcwcn/wcnss-service/
wcnss_service.c 234 DIR *dir; local
242 dir = opendir(".");
244 if (dir != NULL) {
245 while ((dr = readdir(dir))) {
264 closedir(dir);
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 560 DIR *d;
561 struct dirent *dir; local
572 while ((dir = readdir(d)) != NULL)
574 filename = dir->d_name;
  /libcore/ojluni/src/main/native/
UnixFileSystem_md.c 293 DIR *dir = NULL; local
300 dir = opendir(path);
302 if (dir == NULL) return NULL;
307 closedir(dir);
318 while ((readdir64_r(dir, ptr, &result) == 0) && (result != NULL)) {
339 closedir(dir);
354 closedir(dir);
  /packages/experimental/procstatlog/
procstatlog.c 225 DIR *proc_dir = opendir("/proc");
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /system/core/fastboot/
usb_linux.cpp 336 DIR *busdir;
  /toolchain/binutils/binutils-2.25/bfd/
plugin.c 272 DIR *d;
  /external/e2fsprogs/
configure 514 if test -d conf$$.dir; then
515 rm -f conf$$.dir/conf$$.file
517 rm -f conf$$.dir
518 mkdir conf$$.dir 2>/dev/null
524 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
527 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
537 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
538 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/libedit/
configure 522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
configure 472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/libcap-ng/libcap-ng-0.7/
configure 483 if test -d conf$$.dir; then
484 rm -f conf$$.dir/conf$$.file
486 rm -f conf$$.dir
487 mkdir conf$$.dir 2>/dev/null
493 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
506 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
507 rmdir conf$$.dir 2>/dev/null
    [all...]

Completed in 1480 milliseconds

<<11121314151617181920>>