/prebuilts/go/darwin-x86/src/go/printer/testdata/ |
linebreaks.golden | 39 Typeflag: '0', 53 Typeflag: '0', 75 Typeflag: '0', 101 Typeflag: '0', 112 Typeflag: '0', 128 Typeflag: '0', 141 Typeflag: '0', 159 Typeflag: '\x00', 168 Typeflag: '\x00',
|
linebreaks.input | 39 Typeflag: '0', 53 Typeflag: '0', 75 Typeflag: '0', 101 Typeflag: '0', 112 Typeflag: '0', 128 Typeflag: '0', 141 Typeflag: '0', 159 Typeflag: '\x00', 168 Typeflag: '\x00',
|
/prebuilts/go/linux-x86/src/go/printer/testdata/ |
linebreaks.golden | 39 Typeflag: '0', 53 Typeflag: '0', 75 Typeflag: '0', 101 Typeflag: '0', 112 Typeflag: '0', 128 Typeflag: '0', 141 Typeflag: '0', 159 Typeflag: '\x00', 168 Typeflag: '\x00',
|
linebreaks.input | 39 Typeflag: '0', 53 Typeflag: '0', 75 Typeflag: '0', 101 Typeflag: '0', 112 Typeflag: '0', 128 Typeflag: '0', 141 Typeflag: '0', 159 Typeflag: '\x00', 168 Typeflag: '\x00',
|
/prebuilts/go/darwin-x86/src/archive/tar/ |
tar_test.go | 146 Typeflag: TypeReg, 157 Typeflag: TypeSymlink, 168 Typeflag: TypeChar, 179 Typeflag: TypeBlock, 190 Typeflag: TypeDir, 201 Typeflag: TypeFifo, 212 Typeflag: TypeReg, 223 Typeflag: TypeReg, 234 Typeflag: TypeReg, 246 Typeflag: TypeLink [all...] |
common.go | 53 Typeflag byte // type of header entry 141 switch fi.h.Typeflag { 217 h.Typeflag = TypeReg 220 h.Typeflag = TypeDir 224 h.Typeflag = TypeSymlink 230 h.Typeflag = TypeChar 233 h.Typeflag = TypeBlock 236 h.Typeflag = TypeFifo 269 if sys.Typeflag == TypeLink { 271 h.Typeflag = TypeLin [all...] |
reader_test.go | 36 Typeflag: '0', 47 Typeflag: '0', 68 Typeflag: 0x53, 82 Typeflag: 0x30, 96 Typeflag: 0x30, 110 Typeflag: 0x30, 124 Typeflag: 0x30, 154 Typeflag: '0', 167 Typeflag: '0', 185 Typeflag: '\x00' [all...] |
writer_test.go | 46 Typeflag: '0', 60 Typeflag: '0', 74 Typeflag: '2', 97 Typeflag: '0', 120 Typeflag: '0', 142 Typeflag: '0', 165 Typeflag: '0', 179 Typeflag: '1', 315 hdr.Typeflag = TypeSymlink 467 hdr.Typeflag = TypeDi [all...] |
reader.go | 103 switch hdr.Typeflag { 478 hdr.Typeflag = s.next(1)[0] 503 if hdr.Typeflag == TypeChar || hdr.Typeflag == TypeBlock { 535 if hdr.Typeflag == TypeGNUSparse {
|
writer.go | 196 s.next(1)[0] = hdr.Typeflag // 156:157 302 ext.Typeflag = TypeXHeader
|
/prebuilts/go/linux-x86/src/archive/tar/ |
tar_test.go | 146 Typeflag: TypeReg, 157 Typeflag: TypeSymlink, 168 Typeflag: TypeChar, 179 Typeflag: TypeBlock, 190 Typeflag: TypeDir, 201 Typeflag: TypeFifo, 212 Typeflag: TypeReg, 223 Typeflag: TypeReg, 234 Typeflag: TypeReg, 246 Typeflag: TypeLink [all...] |
common.go | 53 Typeflag byte // type of header entry 141 switch fi.h.Typeflag { 217 h.Typeflag = TypeReg 220 h.Typeflag = TypeDir 224 h.Typeflag = TypeSymlink 230 h.Typeflag = TypeChar 233 h.Typeflag = TypeBlock 236 h.Typeflag = TypeFifo 269 if sys.Typeflag == TypeLink { 271 h.Typeflag = TypeLin [all...] |
reader_test.go | 36 Typeflag: '0', 47 Typeflag: '0', 68 Typeflag: 0x53, 82 Typeflag: 0x30, 96 Typeflag: 0x30, 110 Typeflag: 0x30, 124 Typeflag: 0x30, 154 Typeflag: '0', 167 Typeflag: '0', 185 Typeflag: '\x00' [all...] |
writer_test.go | 46 Typeflag: '0', 60 Typeflag: '0', 74 Typeflag: '2', 97 Typeflag: '0', 120 Typeflag: '0', 142 Typeflag: '0', 165 Typeflag: '0', 179 Typeflag: '1', 315 hdr.Typeflag = TypeSymlink 467 hdr.Typeflag = TypeDi [all...] |
reader.go | 103 switch hdr.Typeflag { 478 hdr.Typeflag = s.next(1)[0] 503 if hdr.Typeflag == TypeChar || hdr.Typeflag == TypeBlock { 535 if hdr.Typeflag == TypeGNUSparse {
|
writer.go | 196 s.next(1)[0] = hdr.Typeflag // 156:157 302 ext.Typeflag = TypeXHeader
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tar.h | 34 linkname is only valid when typeflag==LNKTYPE. It doesn't use prefix; 38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0. 40 devmajor and devminor are only valid for typeflag=={BLKTYPE,CHRTYPE}. 57 typeflag 156 1 see below 85 /* The values for typeflag:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tar.h | 34 linkname is only valid when typeflag==LNKTYPE. It doesn't use prefix; 38 If typeflag=={LNKTYPE,SYMTYPE,DIRTYPE} then size must be 0. 40 devmajor and devminor are only valid for typeflag=={BLKTYPE,CHRTYPE}. 57 typeflag 156 1 see below 85 /* The values for typeflag:
|
/system/extras/pagecache/ |
dumpcache.c | 107 static int scan_entry(const char *fpath, const struct stat *sb, int typeflag, struct FTW *ftwbuf) { 108 if (typeflag == FTW_F) {
|
/external/gptfdisk/ |
mbr.cc | 74 int i, typeFlag = 0; 80 typeFlag++; 101 if (typeFlag == 0) { // No non-hybrid partitions found
|
/system/core/tzdatacheck/ |
tzdatacheck.cpp | 82 static int deleteFn(const char* fpath, const struct stat*, int typeflag, struct FTW*) { 84 switch (typeflag) { 100 LOG(WARNING) << "Unsupported file type " << fpath << ": " << typeflag; local
|
/external/zlib/src/contrib/untgz/ |
untgz.c | 40 /* values used in typeflag field */ 77 char typeflag; /* 156 */ member in struct:tar_header 457 switch (buffer.header.typeflag)
|
/external/vboot_reference/cgpt/ |
cgpt_nor.c | 189 int typeflag, struct FTW *ftwbuf) {
|
/art/compiler/optimizing/ |
nodes.h | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
mach-o.c | 2497 unsigned long typeflag; local [all...] |