Searched refs:statbuf (Results 1 – 3 of 3) sorted by relevance
29 struct stat statbuf; in lu_binary() local33 if (stat(filename, &statbuf)) in lu_binary()35 if (!(statbuf.st_mode & (S_IXOTH | S_IXGRP | S_IXUSR))) in lu_binary()
87 struct stat statbuf; in lu_get_dump_state() local100 if (fstat(fd, &statbuf) != 0) in lu_get_dump_state()102 state->size = statbuf.st_size; in lu_get_dump_state()
72 struct stat statbuf; in check_host_path() local103 if ( !stat(path, &statbuf) ) in check_host_path()105 if ( !(statbuf.st_mode & S_IFDIR) ) in check_host_path()
Completed in 7 milliseconds