Searched defs:DIRTYPE (Results 1 - 5 of 5) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dtar.h38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0.
95 #define DIRTYPE '5' /* Directory. */ macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dtarfile.py83 DIRTYPE = "5" # directory variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
979 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1223 obj.type = DIRTYPE
1458 return self.type == DIRTYPE
1870 type = DIRTYPE
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dtarfile.py83 DIRTYPE = "5" # directory variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
979 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1223 obj.type = DIRTYPE
1458 return self.type == DIRTYPE
1870 type = DIRTYPE
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dtarfile.py83 DIRTYPE = "5" # directory variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
979 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1223 obj.type = DIRTYPE
1458 return self.type == DIRTYPE
1870 type = DIRTYPE
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dtarfile.py83 DIRTYPE = "5" # directory variable
105 SYMTYPE, DIRTYPE, FIFOTYPE,
979 if info["type"] == DIRTYPE and not info["name"].endswith("/"):
1223 obj.type = DIRTYPE
1458 return self.type == DIRTYPE
1870 type = DIRTYPE

Completed in 107 milliseconds