Home
last modified time | relevance | path

Searched refs:isreg (Results 1 – 3 of 3) sorted by relevance

/external/toybox/toys/pending/
Dsyslogd.c281 int size, isreg; in write_rotate() local
283 isreg = (!fstat(tf->logfd, &statf) && S_ISREG(statf.st_mode)); in write_rotate()
287 if (TT.rot_size && isreg && (size + len) > (TT.rot_size*1024)) { in write_rotate()
/external/python/cpython2/Lib/
Dtarfile.py1286 if self.isreg() or self.type not in SUPPORTED_TYPES:
1427 if next.isreg() or next.type not in SUPPORTED_TYPES:
1465 def isreg(self): member in TarInfo
1468 return self.isreg()
2023 if tarinfo.isreg():
2149 if tarinfo.isreg():
2193 if tarinfo.isreg():
/external/python/cpython2/Doc/library/
Dtarfile.rst607 .. method:: TarInfo.isreg()
695 if tarinfo.isreg():