HomeSort by relevance Sort by last modified time
    Searched refs:filestat (Results 1 - 6 of 6) 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)) {
  /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)) {
  /bootable/diskinstaller/
installer.c 412 struct stat filestat; local
415 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>
  /bionic/linker/
linker.c 617 struct stat filestat; local
619 if ((stat(name, &filestat) >= 0) && S_ISREG(filestat.st_mode)) {
    [all...]

Completed in 112 milliseconds