HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 526 - 550 of 762) sorted by null

<<21222324252627282930>>

  /frameworks/native/opengl/libs/EGL/
Loader.cpp 400 DIR* d = opendir(search);
  /packages/services/Car/vehicle_monitor_service/
ProcessMonitor.cpp 155 DIR *procDir;
158 ALOGE("Failed to open /proc dir");
  /system/core/cpio/
mkbootfs.c 162 DIR *d;
177 fprintf(stderr, "failed to allocate dir names array (size %d)\n", size);
192 fprintf(stderr, "failed to reallocate dir names array (size %d)\n",
  /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 160 DIR *proc_dir = opendir(kProc);
  /system/extras/simpleperf/
utils.cpp 118 DIR* dir = opendir(dirpath.c_str()); local
119 if (dir == nullptr) {
120 PLOG(DEBUG) << "can't open dir " << dirpath;
124 while ((entry = readdir(dir)) != nullptr) {
130 closedir(dir);
188 PLOG(ERROR) << "failed to create dir " << dir_path;
  /system/extras/tests/sdcard/
sysutil.cpp 410 DIR *dir = opendir(directory); local
412 if (NULL != dir)
417 while((entry = readdir(dir)))
430 closedir(dir);
  /system/netd/server/
InterfaceController.cpp 114 DIR* dir = opendir(dirname.c_str()); local
115 if (!dir) {
120 const dirent *ent = readdir(dir);
129 closedir(dir);
  /test/vts/drivers/hal/common/component_loader/
HalDriverLoader.cpp 42 DIR* dir; local
45 // Derive the package-specific dir which contains .vts files
55 if (!(dir = opendir(driver_lib_dir.c_str()))) {
56 cerr << __func__ << ": Can't open dir " << driver_lib_dir << endl;
60 while ((ent = readdir(dir))) {
80 closedir(dir);
92 closedir(dir);
98 closedir(dir);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 16 * expand ~user/foo to the /home/dir/of/user/foo
164 static DIR *g_opendir(Char *, glob_t *);
677 DIR *dirp;
767 * with next dir entry.
940 static 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 881 DIR *opendir(const char *dirname)
910 int closedir(DIR *dirp)
919 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...]
  /external/openssh/openbsd-compat/
glob.c 54 * expand ~user/foo to the /home/dir/of/user/foo
155 static DIR *g_opendir(Char *, glob_t *);
701 DIR *dirp;
983 static DIR *
  /frameworks/base/core/jni/
android_util_Process.cpp 199 DIR *d;
791 DIR* dirp = opendir(file8);
    [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/
init.cpp 525 std::unique_ptr<DIR, int (*)(DIR*)> dir(opendir(get_android_dt_dir().c_str()), closedir);
526 if (!dir) return;
530 while ((dp = readdir(dir.get())) != NULL) {
948 std::unique_ptr<DIR, decltype(&closedir)>dir(opendir("/sys/class/udc"), closedir);
949 if (!dir) return;
952 while ((dp = readdir(dir.get())) != nullptr) {
    [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...]
  /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/libusb/libusb/os/
linux_usbfs.c 258 DIR *dir; local
262 dir = opendir(dirname);
263 if (!dir)
266 while ((entry = readdir(dir)) != NULL) {
275 closedir(dir);
295 DIR *dir; local
298 dir = opendir(path);
299 if (dir != NULL)
1136 DIR *dir; local
    [all...]
  /external/openssh/
sftp-server.c 274 DIR *dirp;
300 handle_new(int use, const char *name, int fd, int flags, DIR *dirp)
365 static DIR *
1007 DIR *dirp = NULL;
1037 DIR *dirp;
    [all...]
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 156 std::unique_ptr<DIR, decltype(&closedir)> dump_dir(opendir(dir_path.c_str()), closedir);
261 DIR *d;
292 DIR *trace_dir;
761 void Dumpstate::AddDir(const std::string& dir, bool recursive) {
763 MYLOGD("Not adding dir %s because it's not a zipped bugreport\n", dir.c_str());
766 MYLOGD("Adding dir %s (recursive: %d)\n", dir.c_str(), recursive);
767 DurationReporter duration_reporter(dir, true);
768 dump_files("", dir.c_str(), recursive ? skip_none : is_dir, _add_file_from_fd)
    [all...]

Completed in 2014 milliseconds

<<21222324252627282930>>