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

1 23 4 5 6 7 8 9

  /external/webkit/WebCore/platform/android/
FileSystemAndroid.cpp 110 DIR* dir = opendir(cpath.data()); local
111 if (dir) {
113 while (dp = readdir(dir)) {
126 closedir(dir);
  /external/webkit/WebKitTools/Scripts/
svn-apply 202 my $dir = ".";
204 $dir = File::Spec->catdir($dir, shift @dirs);
205 next if exists $checkedDirectories{$dir};
206 if (! -e $dir) {
207 mkdir $dir or die "Failed to create required directory '$dir' for path '$path'\n";
208 scmAdd($dir);
209 $checkedDirectories{$dir} = 1;
211 elsif (-d $dir) {
    [all...]
bisect-builds 104 [-d|--download-directory dir] nightly build download directory (default: ~/Library/Caches/WebKit-Nightlies)
212 DIR => File::Spec->tmpdir(),
304 opendir(DIR, $localDirectory) || die "$!";
305 foreach my $file (readdir(DIR)) {
310 closedir(DIR);
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 56 DIR* taskdir;
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 235 opendir(DIR,"/proc") || die "Couldn't opendir /proc: $!\n";
236 my @dirs = grep(/^\d+$/, readdir(DIR));
237 closedir(DIR);
  /external/webkit/JavaScriptCore/tests/mozilla/
runtests.pl 47 local ($dir, $path) = @_;
50 local $dir_path = $path . $dir;
53 opendir ( DIR, ${dir_path} );
54 local @testdir_contents = readdir( DIR );
55 closedir( DIR );
228 # make sure that the test dir exists
236 # make sure that the test dir ends with a trailing slash
  /external/webkit/SunSpider/
sunspider 179 my ($dir, $pattern) = @_;
183 opendir DIR, $dir or die;
184 for my $file (readdir DIR) {
186 my $age = -M "$dir/$file";
193 closedir DIR;
195 return "$dir/$newestFile";
  /build/
envsetup.sh 660 local DIR TO_CHOP
663 for DIR in $DIRS ; do
664 DIR=`echo $DIR | sed -e 's:/$::'`
665 if [ -f $DIR/Android.mk ]; then
671 MFILE=$DIR/Android.mk
673 MFILE=$MFILE/$DIR/Android.mk
677 if [ "$DIR" = snod ]; then
679 elif [ "$DIR" = showcommands ]; then
681 elif [ "$DIR" = dist ]; the
    [all...]
  /external/grub/util/
grub-install.in 66 --root-directory=DIR install GRUB images under the directory DIR
76 grub-install copies GRUB images into the DIR/boot directory specfied by
  /external/openssl/crypto/
install.com 37 CREATE/DIR/LOG WRK_SSLROOT:[000000]
39 CREATE/DIR/LOG WRK_SSLLIB:
41 CREATE/DIR/LOG WRK_SSLINCLUDE:
  /system/core/toolbox/
schedtop.c 156 DIR *d;
193 static void update_table(DIR *d, uint32_t flags)
272 DIR *d;
wipe.c 83 DIR *dir; local
87 dir = opendir(path);
89 if (dir == NULL) {
103 de = readdir(dir);
130 closedir(dir);
153 dir = opendir(path);
154 if (dir == NULL) {
174 closedir(dir);
  /bootable/recovery/tools/ota/
check-lost+found.c 100 DIR *dir = opendir(fn); local
101 if (dir == NULL) {
106 while ((ent = readdir(dir))) {
110 closedir(dir);
  /build/tools/droiddoc/test/stubs/
func.sh 20 export EXPECTED=$DIR/expected
  /development/simulator/app/
PhoneCollection.cpp 51 DIR* dirp;
59 fprintf(stderr, "Current dir is %s\n", getcwd(buf, sizeof(buf)));
  /external/oprofile/libutil/
op_file.c 44 int create_dir(char const * dir)
46 if (mkdir(dir, 0755)) {
47 /* FIXME: Does not verify existing is a dir */
123 * MATCH_DIR_ONLY_RECURSION, the behavior is the same, whether or not the dir
125 * NO_RECURSION and MATCH_ANY_ENTRY_RECURSION do depend on the dir entry
133 DIR * dir; local
139 if (!(dir = opendir(base_dir)))
141 while ((ent = readdir(dir)) != 0) {
192 closedir(dir);
    [all...]
  /external/qemu/android/utils/
dirscanner.c 93 DIR* dir; member in struct:DirScanner
100 s->dir = opendir(s->root);
102 if (s->dir == NULL)
112 if (s->dir) {
113 closedir(s->dir);
114 s->dir = NULL;
123 if (!s || s->dir == NULL)
129 s->entry = readdir(s->dir);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 136 DIR *dir = NULL; local
153 dir = opendir(path);
154 if (dir == NULL)
159 while ((ent = readdir(dir)) != NULL )
202 closedir(dir);
235 DIR *dir; local
257 dir = opendir(tmpPathBuf1);
259 if (dir == NULL
    [all...]
  /frameworks/base/media/libstagefright/id3/
testid3.cpp 119 DIR *dir = opendir(path); local
121 if (dir == NULL) {
125 rewinddir(dir);
128 while ((ent = readdir(dir)) != NULL) {
150 closedir(dir);
151 dir = NULL;
  /system/core/netcfg/
netcfg.c 75 DIR *d;
  /system/extras/libpagemap/
pm_kernel.c 63 DIR *proc;
64 struct dirent *dir; local
80 while ((dir = readdir(proc))) {
81 if (sscanf(dir->d_name, "%d", &pid) < 1)
  /system/netd/
PppController.cpp 134 DIR *d = opendir("/sys/class/tty");
  /external/bluetooth/bluez/compat/
dun.c 96 DIR *dir; local
98 dir = opendir(path);
99 if (!dir)
105 while ((de = readdir(dir)) != NULL) {
111 closedir(dir);
117 closedir(dir);
128 DIR *dir; local
130 dir = opendir(PROC_BASE)
    [all...]
  /external/bluetooth/glib/gio/
glocalfileenumerator.c 74 GDir *dir; member in struct:_GLocalFileEnumerator
76 DIR *dir; member in struct:_GLocalFileEnumerator
121 if (local->dir)
124 g_dir_close (local->dir);
126 closedir (local->dir);
128 local->dir = NULL;
205 GDir *dir; local
208 dir = g_dir_open (filename, 0, error != NULL ? &dir_error : NULL);
209 if (dir == NULL)
220 DIR *dir; local
    [all...]
  /external/chromium/base/
linux_util.cc 327 DIR* proc = opendir("/proc");
350 DIR* fd = opendir(buf);

Completed in 427 milliseconds

1 23 4 5 6 7 8 9