Searched refs:filestat (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dsvr-authpubkey.c313 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)) {
/external/stlport/src/details/
H A Dfstream_stdio.cpp42 # include <c_locale_is/filestat.h>

Completed in 323 milliseconds