HomeSort by relevance Sort by last modified time
    Searched refs:stat_buf (Results 1 - 16 of 16) sorted by null

  /external/libvpx/build/make/
obj_int_extract.c 158 struct stat stat_buf; local
185 if (fstat(fd, &stat_buf))
191 file_buf = malloc(stat_buf.st_size);
199 if (read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size)
211 res = parse_macho(file_buf, stat_buf.st_size);
466 struct stat stat_buf; local
498 if (fstat(fd, &stat_buf))
504 file_buf = malloc(stat_buf.st_size);
512 if (read(fd, file_buf, stat_buf.st_size) != stat_buf.st_size
691 struct _stat stat_buf; local
    [all...]
  /external/oprofile/libdb/
db_manage.c 169 struct stat stat_buf; local
200 if (fstat(data->fd, &stat_buf)) {
205 if (stat_buf.st_size == 0) {
222 nr_node = (stat_buf.st_size - data->offset_node) /
236 if (stat_buf.st_size == 0) {
  /build/tools/atree/
fs.cpp 68 struct stat stat_buf; local
69 stat(full.c_str(), &stat_buf);
70 bool is_directory = S_ISDIR(stat_buf.st_mode);
files.cpp 406 struct stat stat_buf; local
407 stat(entry.c_str(), &stat_buf);
408 bool is_directory = S_ISDIR(stat_buf.st_mode);
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 134 struct stat stat_buf; local
177 exists = stat(path, &stat_buf);
181 if (stat_buf.st_mode & S_IFDIR)
197 size += stat_buf.st_size;
  /external/bluetooth/glib/glib/
gfileutils.c 599 struct stat *stat_buf,
610 size = stat_buf->st_size;
681 struct stat stat_buf; local
704 if (fstat (fd, &stat_buf) < 0)
720 if (stat_buf.st_size > 0 && S_ISREG (stat_buf.st_mode))
723 &stat_buf,
    [all...]
gkeyfile.c 378 struct stat stat_buf; local
381 if (fstat (fd, &stat_buf) < 0)
389 if (!S_ISREG (stat_buf.st_mode))
397 if (stat_buf.st_size == 0)
    [all...]
  /external/dbus/bus/
activation.c 256 DBusStat stat_buf; local
278 if (!_dbus_stat (&file_path, &stat_buf, NULL))
377 entry->mtime = stat_buf.mtime;
401 DBusStat stat_buf; local
426 if (!_dbus_stat (&file_path, &stat_buf, NULL))
440 if (stat_buf.mtime > entry->mtime)
1750 DBusStat stat_buf; local
    [all...]
  /sdk/emulator/qtools/
trace_reader.cpp 315 struct stat stat_buf; local
322 int rval = stat(fname, &stat_buf);
566 struct stat stat_buf; local
574 int rval = stat(fname, &stat_buf);
845 struct stat stat_buf; local
866 int rval = stat(fname, &stat_buf);
    [all...]
  /external/v8/src/
d8-posix.cc 564 struct stat stat_buf; local
565 int stat_result = stat(directory, &stat_buf);
570 if ((stat_buf.st_mode & S_IFDIR) != 0) return true;
  /external/qemu/block/
raw-posix.c 1128 struct stat stat_buf; local
1143 if (fstat(fd, &stat_buf) < 0)
1145 else if (!S_ISBLK(stat_buf.st_mode) && !S_ISCHR(stat_buf.st_mode))
    [all...]
  /external/libvpx/
ivfenc.c 107 struct stat stat_buf; local
112 fstat(fd, &stat_buf);
113 stats->buf.sz = stat_buf.st_size;
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 132 struct stat stat_buf; local
162 if (stat(icuDataFilePath, &stat_buf) == 0)
206 if (stat(icuDataFilePath, &stat_buf) == 0)
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 138 struct stat stat_buf; local
169 if (stat(icuDataFilePath, &stat_buf) == 0)
213 if (stat(icuDataFilePath, &stat_buf) == 0)
    [all...]
  /external/bluetooth/glib/gio/
glocalfileinfo.c 1689 GLocalFileStat stat_buf; local
    [all...]
  /external/ppp/pppd/
sys-linux.c 2813 struct stat stat_buf; local
    [all...]

Completed in 214 milliseconds