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

  /bootable/diskinstaller/editdisklbl/
editdisklbl.c 60 struct stat filestat; local
98 if (stat(img_file, &filestat)) {
105 if (!S_ISREG(filestat.st_mode)) {
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 27 struct stat filestat; local
39 if (fstat(fd, &filestat) < 0) {
44 map = mmap(0, filestat.st_size, PROT_READ, MAP_SHARED, fd, 0);
56 NLA_PUT(msg, WL1271_TM_ATTR_DATA, filestat.st_size, map);
67 munmap(map, filestat.st_size);
89 struct stat filestat;
110 munmap(map, filestat.st_size);
  /external/dropbear/
svr-authpubkey.c 313 struct stat filestat; local
318 if (stat(filename, &filestat) != 0) {
323 if (filestat.st_uid != ses.authstate.pw->pw_uid
324 && filestat.st_uid != 0) {
329 if (filestat.st_mode & (S_IWGRP | S_IWOTH)) {
  /packages/apps/Camera/perftests/panorama/
benchmark.cpp 36 struct stat filestat; local
41 if (stat(filename, &filestat) != 0) break;
  /bootable/diskinstaller/
installer.c 419 struct stat filestat; local
422 while (stat(inst_data_dev, &filestat))
  /external/stlport/src/details/
fstream_stdio.cpp 42 # include <c_locale_is/filestat.h>
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_stdio.cpp 42 # include <c_locale_is/filestat.h>

Completed in 557 milliseconds