Searched refs:S_ISREG (Results 1 – 3 of 3) sorted by relevance
46 if (!S_ISREG(sb.st_mode)) { in Java_libcore_java_io_FileTest_nativeTestFilesWithSurrogatePairs()
49 public static boolean S_ISREG(int mode) { return (mode & S_IFMT) == S_IFREG; } in S_ISREG() method in OsConstants
890 if (android.system.OsConstants.S_ISREG(Libcore.os.fstat(fd).st_mode)) { in map()