Searched defs:fd_stat (Results 1 - 1 of 1) sorted by path

/bionic/libc/bionic/
H A Dsystem_properties.cpp282 struct stat fd_stat; local
283 if (fstat(fd, &fd_stat) < 0) {
287 if ((fd_stat.st_uid != 0)
288 || (fd_stat.st_gid != 0)
289 || ((fd_stat.st_mode & (S_IWGRP | S_IWOTH)) != 0)
290 || (fd_stat.st_size < static_cast<off_t>(sizeof(prop_area))) ) {
294 pa_size = fd_stat.st_size;

Completed in 78 milliseconds