Home | History | Annotate | Download | only in os

Lines Matching defs:st_mode

172             Os.chmod(to.getAbsolutePath(), stat.st_mode);
373 if (S_ISREG(st_in.st_mode) && S_ISREG(st_out.st_mode)) {
375 } else if (S_ISFIFO(st_in.st_mode) || S_ISFIFO(st_out.st_mode)) {