HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 51 - 75 of 286) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/vold/
main.cpp 100 static void do_coldboot(DIR *d, int lvl)
114 DIR *d2;
138 DIR *d = opendir(path);
  /external/icu4c/tools/toolutil/
filetools.cpp 44 DIR *pDir = NULL;
46 DIR *subDirp = NULL;
  /external/ipsec-tools/src/libipsec/
policy_parse.y 138 %token DIR
145 %type <num> DIR PRIORITY ACTION PROTOCOL MODE LEVEL
150 : DIR ACTION
165 | DIR PRIORITY PRIO_OFFSET ACTION
184 | DIR PRIORITY HYPHEN PRIO_OFFSET ACTION
206 | DIR PRIORITY PRIO_BASE ACTION
217 | DIR PRIORITY PRIO_BASE PLUS PRIO_OFFSET ACTION
239 | DIR PRIORITY PRIO_BASE HYPHEN PRIO_OFFSET ACTION
261 | DIR
  /external/openssl/crypto/
LPdir_unix.c 61 DIR *dir; member in struct:LP_dir_context_st
86 (*ctx)->dir = opendir(directory);
87 if ((*ctx)->dir == NULL)
97 direntry = readdir((*ctx)->dir);
112 int ret = closedir((*ctx)->dir);
  /external/oprofile/daemon/
opd_stats.c 40 DIR * dir; local
66 if (!(dir = opendir("/dev/oprofile/stats/")))
68 while ((dirent = readdir(dir))) {
87 closedir(dir);
  /external/skia/include/core/
SkOSFile.h 65 DIR* fDIR;
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
update_webgl_conformance_tests.py 133 metavar='DIR',
  /frameworks/base/tools/aapt/
DirectoryWalker.h 59 dir = NULL;
60 dir = opendir(mBasePath.string() );
62 if (dir == NULL)
74 struct dirent* entryPtr = readdir(dir);
89 closedir(dir);
95 DIR* dir; member in class:SystemDirectoryWalker
  /system/core/toolbox/
rm.c 20 DIR *dir; local
33 dir = opendir(name);
34 if (dir == NULL)
39 while ((de = readdir(dir)) != NULL) {
53 closedir(dir);
59 if (closedir(dir) < 0)
chmod.c 16 DIR *dir = opendir(path); local
17 if (dir == NULL) {
24 while ((dp = readdir(dir)) != NULL) {
45 closedir(dir);
  /ndk/build/tools/
gen-platforms.sh 87 --src-dir=*)
90 --dst-dir=*)
93 --ndk-dir=*)
114 --package-dir=*)
131 echo " --src-dir=<path> Source directory for development platform files [$SRCDIR]"
132 echo " --dst-dir=<path> Destination directory [$DSTDIR]"
133 echo " --ndk-dir=<path> Use toolchains from this NDK directory [$NDK_DIR]"
139 echo " --package-dir=<path> Package platforms archive in specific path."
207 DIR="$SRCDIR/platforms/android-$PLATFORM"
208 if [ ! -d $DIR ] ; the
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 448 #define __dirfd(dir) (dir)->dd_fd
459 /* typedef DIR - not the same as Unix */
466 char *dir; /* the dir we are reading */ member in struct:__anon5491
469 DIR;
483 * The DIR typedef is not compatible with Unix.
486 static DIR * _dbus_opendir(const char *dir)
488 DIR *dp
    [all...]
  /ndk/build/core/
ndk-common.sh 600 local DIR=${2-.}
602 mkdir -p "$DIR"
612 (cd $DIR && run unzip $ZIPFLAGS "$ARCHIVE")
615 run tar $TARFLAGS "$ARCHIVE" -C $DIR
618 run tar z$TARFLAGS "$ARCHIVE" -C $DIR
621 run tar j$TARFLAGS "$ARCHIVE" -C $DIR
  /bootable/recovery/minzip/
DirUtil.c 172 DIR *dir; local
187 dir = opendir(path);
188 if (dir == NULL) {
194 while ((de = readdir(dir)) != NULL) {
210 closedir(dir);
216 if (closedir(dir) < 0) {
246 DIR *dir = opendir(path); local
247 if (dir == NULL)
    [all...]
  /external/e2fsprogs/lib/ss/
help.c 125 #include <sys/dir.h>
136 DIR *d;
145 if ((d = opendir(info_dir)) == (DIR *)NULL) {
152 ; /* get number of non-NULL dir entries */
  /ndk/sources/host-tools/make-3.81/tests/
test_driver.pl 154 $dir = $1;
155 push (@rmdirs, $dir);
156 -d "$workpath/$dir"
157 || mkdir ("$workpath/$dir", 0777)
158 || &error ("Couldn't mkdir $workpath/$dir: $!\n");
169 foreach $dir (@dirs)
171 next if ($dir =~ /^(\..*|CVS|RCS)$/ || ! -d "$scriptpath/$dir");
172 push (@rmdirs, $dir);
173 mkdir ("$workpath/$dir", 0777
    [all...]
  /device/moto/stingray/sensors/
SensorBase.cpp 91 DIR *dir; local
93 dir = opendir(dirname);
94 if(dir == NULL)
99 while((de = readdir(dir))) {
119 closedir(dir);
  /device/samsung/crespo/libsensors/
SensorBase.cpp 96 DIR *dir; local
98 dir = opendir(dirname);
99 if(dir == NULL)
104 while((de = readdir(dir))) {
125 closedir(dir);
  /external/webkit/Tools/Scripts/
svn-apply 165 my $dir = ".";
167 $dir = File::Spec->catdir($dir, shift @dirs);
168 next if exists $checkedDirectories{$dir};
169 if (! -e $dir) {
170 mkdir $dir or die "Failed to create required directory '$dir' for path '$path'\n";
171 scmAdd($dir);
172 $checkedDirectories{$dir} = 1;
174 elsif (-d $dir) {
    [all...]
  /frameworks/base/cmds/installd/
utils.c 20 const dir_rec_t* dir,
35 if ((pkgname_len + dir->len + postfix_len) >= PKG_PATH_MAX) {
42 if (append_and_increment(&dst, dir->path, &dst_size) < 0
91 dir_rec_t dir; local
92 dir.path = prefix;
93 dir.len = prefix_len;
95 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
197 static int _delete_dir_contents(DIR *d, const char *ignore)
215 DIR *subdir;
260 DIR *d
    [all...]
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 57 DIR* taskdir;
  /hardware/invensense/libsensors/
SensorBase.cpp 96 DIR *dir; local
98 dir = opendir(dirname);
99 if(dir == NULL)
104 while((de = readdir(dir))) {
125 closedir(dir);
  /build/
envsetup.sh 195 local T dir f
207 dir="sdk/bash_completion"
208 if [ -d ${dir} ]; then
209 for f in `/bin/ls ${dir}/[a-z]*.bash 2> /dev/null`; do
615 local DIR TO_CHOP
618 for DIR in $DIRS ; do
619 DIR=`echo $DIR | sed -e 's:/$::'`
620 if [ -f $DIR/Android.mk ]; then
626 MFILE=$DIR/Android.m
    [all...]
  /development/build/tools/
mk_sources_zip.py 40 # DIR is the list of directories to scan in TOPDIR.
41 self.DIR = "frameworks libcore"
107 p.DIR = a
235 for d in p.DIR.split():
  /external/chromium/base/
linux_util.cc 201 DIR* proc = opendir("/proc");
224 DIR* fd = opendir(buf);
258 DIR* task = opendir(buf);

Completed in 1046 milliseconds

1 23 4 5 6 7 8 91011>>