HomeSort by relevance Sort by last modified time
    Searched refs:DIR (Results 126 - 150 of 365) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Tools/Scripts/
bisect-builds 105 [-d|--download-directory dir] nightly build download directory (default: ~/Library/Caches/WebKit-Nightlies)
215 DIR => File::Spec->tmpdir(),
307 opendir(DIR, $localDirectory) || die "$!";
308 foreach my $file (readdir(DIR)) {
313 closedir(DIR);
  /frameworks/av/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;
  /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/native/cmds/installd/
utils.c 22 const dir_rec_t* dir,
37 if ((pkgname_len + dir->len + postfix_len) >= PKG_PATH_MAX) {
44 if (append_and_increment(&dst, dir->path, &dst_size) < 0
93 dir_rec_t dir; local
94 dir.path = prefix;
95 dir.len = prefix_len;
97 return create_pkg_path_in_dir(path, &dir, pkgname, postfix);
210 static int _delete_dir_contents(DIR *d, const char *ignore)
228 DIR *subdir;
273 DIR *d
445 cache_dir_t* dir = (cache_dir_t*)_cache_malloc(cache, sizeof(cache_dir_t)+nameLen+1); local
741 cache_dir_t* dir = cache->dirs[i-1]; local
    [all...]
  /system/core/netcfg/
netcfg.c 78 DIR *d;
  /system/core/toolbox/
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);
lsof.c 142 DIR *dir = opendir(info->path); local
143 if (dir == NULL) {
153 while ((de = readdir(dir))) {
159 closedir(dir);
233 DIR *dir = opendir("/proc"); local
234 if (dir == NULL) {
240 while ((de = readdir(dir))) {
251 closedir(dir);
    [all...]
ps.c 186 DIR *d;
205 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/
InterfaceController.cpp 149 DIR *dir = opendir(ipv6_proc_path); local
150 if (!dir) {
155 while((d = readdir(dir)) != NULL) {
163 closedir(dir);
PppController.cpp 133 DIR *d = opendir("/sys/class/tty");
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 132 DIR* dir; local
158 dir = opendir(path);
159 if (!dir) {
163 while ((entry = readdir(dir)) != NULL) {
176 closedir(dir);
184 closedir(dir);
188 closedir(dir);
303 DIR * dir; local
    [all...]
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 129 DIR* dir; local
155 dir = opendir(path);
156 if (!dir) {
160 while ((entry = readdir(dir)) != NULL) {
173 closedir(dir);
180 closedir(dir);
184 closedir(dir);
339 DIR * dir; local
    [all...]
  /system/vold/
Process.cpp 89 DIR *dir = opendir(path); local
90 if (!dir)
99 while ((de = readdir(dir))) {
115 closedir(dir);
120 closedir(dir);
181 DIR* dir; local
184 if (!(dir = opendir("/proc"))) {
189 while ((de = readdir(dir))) {
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_fs_co.c 60 DIR *dir; local
66 dir = opendir(path);
68 if (dir == NULL) {
81 de = readdir(dir);
121 closedir(dir);
855 DIR *dir; local
867 dir = opendir(p_path);
868 if(dir == NULL
    [all...]
  /external/clang/tools/scan-build/
scan-build 62 my $Dir = shift;
64 Diag ("Preprocessed versions of these sources were deposited in '$Dir/failures'.\n");
111 my $Dir = shift @_;
113 if (!defined $Dir) {
114 $Dir = $ENV{'TMPDIR'};
115 if (!defined $Dir) { $Dir = "/tmp"; }
120 while ($Dir =~ /\/$/) { chop $Dir; }
132 if (-d $Dir) {
    [all...]
c++-analyzer 96 my $Dir = "$HtmlDir/failures";
97 mkpath $Dir;
113 DIR => $Dir);
215 my $dir;
218 $dir = getcwd();
219 print STDERR "\n[LOCATION]: $dir\n";
232 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
249 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
294 my $dir = "$HtmlDir/failures"
    [all...]
ccc-analyzer 96 my $Dir = "$HtmlDir/failures";
97 mkpath $Dir;
113 DIR => $Dir);
215 my $dir;
218 $dir = getcwd();
219 print STDERR "\n[LOCATION]: $dir\n";
232 print STDERR "#SHELL (cd '$dir' && @PrintArgs)\n";
249 my ($ofh, $ofile) = tempfile("clang_output_XXXXXX", DIR => $HtmlDir);
294 my $dir = "$HtmlDir/failures"
    [all...]
  /external/e2fsprogs/lib/blkid/
devname.c 126 DIR *dir, *d_dir; local
130 if ((dir = opendir("/sys/block")) == NULL)
132 while ((de = readdir(dir)) != NULL) {
151 closedir(dir);
187 const char **dir; local
223 for (dir = dirlist; *dir; dir++) {
227 sprintf(device, "%s/%s", *dir, ptname)
    [all...]
  /external/llvm/utils/
GenLibDeps.pl 69 opendir DIR,$Directory;
70 my @files = readdir DIR;
71 closedir DIR;
331 print DOT "edge [dir=\"forward\",style=\"solid\",color=\"#000088\"];\n";
370 print DOT "edge [dir=\"forward\",style=\"solid\",color=\"#000088\"];\n";
  /bionic/libthread_db/
libthread_db.c 221 DIR * dir; local
226 dir = opendir(path);
227 if (!dir) {
232 while ((entry = readdir(dir)) != NULL) {
243 closedir(dir);
  /bootable/recovery/minui/
events.c 50 DIR *dir; local
54 dir = opendir("/dev/input");
55 if(dir != 0) {
56 while((de = readdir(dir))) {
61 fd = openat(dirfd(dir), de->d_name, O_RDONLY);
  /build/tools/atree/
fs.cpp 47 DIR *d = opendir(path.c_str());
  /device/samsung/manta/power/
power_manta.c 66 const char dir[] = "/sys/devices/platform/s3c2440-i2c.3/i2c-3/3-004a/input"; local
68 DIR *d;
73 d = opendir(dir);
76 ALOGE("Error opening directory %s: %s\n", dir, buf);
81 pathsize = strlen(dir) + strlen(de->d_name) + sizeof(filename) + 2;
88 snprintf(path, pathsize, "%s/%s/%s", dir, de->d_name, filename);
93 ALOGE("Error failed to find input dir in %s\n", dir);
  /external/bison/build-aux/
gnu-web-doc-update 41 -C, --builddir=DIR location of (configured) Makefile (default: .)

Completed in 4180 milliseconds

1 2 3 4 56 7 8 91011>>