HomeSort by relevance Sort by last modified time
    Searched defs:REGTYPE (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
tar.h 89 #define REGTYPE '0' /* Regular file (preferred code). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
tar.h 89 #define REGTYPE '0' /* Regular file (preferred code). */
  /external/zlib/src/contrib/untgz/
untgz.c 42 #define REGTYPE '0' /* regular file */
468 case REGTYPE:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 77 REGTYPE = "0" # regular file
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 77 REGTYPE = "0" # regular file
104 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE,
111 REGULAR_TYPES = (REGTYPE, AREGTYPE,
931 self.type = REGTYPE # member type
    [all...]

Completed in 155 milliseconds