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

<<11121314151617181920>>

  /system/core/cpio/
mkbootfs.c 160 DIR *d;
175 fprintf(stderr, "failed to allocate dir names array (size %d)\n", size);
190 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
  /system/core/crash_reporter/
crash_collector.cc 59 // so there is no per-user dir for us to stash things in. Instead we fallback
298 DIR* dir = opendir(crash_directory.value().c_str()); local
299 if (!dir) {
308 while (readdir_r(dir, &ent_buf, &ent) == 0 && ent) {
334 closedir(dir);
  /system/extras/latencytop/
latencytop.c 204 DIR *dir; local
210 dir = opendir(dirname);
211 if (!dir) {
212 fprintf(stderr, "Could not open task dir for process %d.\n", pid);
218 while ((ent = readdir(dir))) {
227 closedir(dir);
  /system/extras/memtrack/
memtrack.cpp 164 DIR *proc_dir = opendir(kProc);
  /system/extras/tests/sdcard/
sysutil.cpp 410 DIR *dir = opendir(directory); local
412 if (NULL != dir)
417 while((entry = readdir(dir)))
430 closedir(dir);
  /external/ImageMagick/MagickCore/
module.c 395 static inline int MagickReadDirectory(DIR *directory,struct dirent *entry,
419 DIR
466 if (directory == (DIR *) NULL)
    [all...]
  /external/curl/tests/
runtests.pl     [all...]
  /external/fec/
configure 799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var
    [all...]
  /external/fio/os/windows/
posix.c 819 DIR *opendir(const char *dirname)
848 int closedir(DIR *dirp)
857 struct dirent *readdir(DIR *dirp)
  /external/mksh/src/
check.pl 86 # file, dir or symlink; second word is
97 # file, dir or symlink; second word is
182 Usage: $prog [-Pv] [-C cat] [-e e=v] [-p prog] [-s fn] [-T dir] \
194 -T dir Use dir instead of /tmp to hold temporary files
227 ':long-name', 1, # dir/file:lineno:name
401 local($dir) = @_;
405 if (!opendir(DIR, $dir)) {
406 print STDERR "$prog: can't open directory $dir - $!\n"
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 183 DIR *d;
778 DIR* dirp = opendir(file8);
    [all...]
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.c 59 * expand ~user/foo to the /home/dir/of/user/foo
163 static DIR *g_opendir(Char *, glob_t *);
687 DIR *dirp;
815 * with next dir entry.
1046 static DIR *
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 100 # include <sys/dir.h>
247 # define closedir(dir) __closedir (dir)
950 const char *dir = dirs.gl_pathv[i];
951 size_t dir_len = strlen (dir);
955 ? (*pglob->gl_stat) (dir, &st) : __stat (dir, &st)) != 0
971 dir, dir_len),
975 memcpy (pglob->gl_pathv[pglob->gl_pathc], dir, dir_len);
949 const char *dir = dirs.gl_pathv[i]; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/
build-lucid-multilib-toolchain.sh 265 --work-dir=*) WORK_DIR=$optarg
291 --out-dir=*) OPTION_OUT_DIR=$optarg
354 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]"
640 local DIR="$2"
641 local DST="$DIR/`basename $URL`"
642 mkdir -p $DIR
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 267 --work-dir=*) WORK_DIR=$optarg
293 --out-dir=*) OPTION_OUT_DIR=$optarg
356 echo " --work-dir=PATH Temporary work directory [/tmp/gcc.<random>]"
642 local DIR="$2"
643 local DST="$DIR/`basename $URL`"
644 mkdir -p $DIR
    [all...]
  /system/core/init/
devices.cpp 635 char dir[DEVPATH_LEN]; local
638 strcpy(dir, devpath);
639 slash = strrchr(dir, '/');
641 mkdir_recursive(dir, 0755);
933 static void do_coldboot(DIR *d)
948 DIR *d2;
969 DIR *d = opendir(path);
  /system/core/logcat/tests/
logcat_test.cpp 727 DIR *dir; local
728 EXPECT_TRUE(NULL != (dir = opendir(tmp_out_dir)));
729 if (!dir) {
736 while ((entry = readdir(dir))) {
759 closedir(dir);
798 std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(tmp_out_dir), closedir);
799 EXPECT_NE(nullptr, dir);
800 if (!dir) {
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
configure 464 if test -d conf$$.dir; then
465 rm -f conf$$.dir/conf$$.file
467 rm -f conf$$.dir
468 mkdir conf$$.dir 2>/dev/null
474 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/icu/icu4c/source/
configure 519 if test -d conf$$.dir; then
520 rm -f conf$$.dir/conf$$.file
522 rm -f conf$$.dir
523 mkdir conf$$.dir 2>/dev/null
529 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
532 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
542 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
543 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/libpcap/
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/netperf/
configure 474 if test -d conf$$.dir; then
475 rm -f conf$$.dir/conf$$.file
477 rm -f conf$$.dir
478 mkdir conf$$.dir 2>/dev/null
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/tcpdump/
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/libexif/
configure 485 if test -d conf$$.dir; then
486 rm -f conf$$.dir/conf$$.file
488 rm -f conf$$.dir
489 mkdir conf$$.dir 2>/dev/null
495 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
508 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 rmdir conf$$.dir 2>/dev/null
    [all...]
  /external/selinux/policycoreutils/gui/
polgengui.py 96 DIR = 2
595 self.__add(DIR)
748 self.store.set_value(iter, 1, DIR)
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 659 int dir = measured.mDir;
    [all...]

Completed in 960 milliseconds

<<11121314151617181920>>