Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Side by Side Diff: third_party/lzma/v4_65/files/CPP/7zip/PropID.h

Issue 624713003: Keep only base/extractor.[cc|h]. (Closed) Base URL: https://chromium.googlesource.com/external/omaha.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // PropID.h
2
3 #ifndef __7ZIP_PROPID_H
4 #define __7ZIP_PROPID_H
5
6 enum
7 {
8 kpidNoProperty = 0,
9
10 kpidHandlerItemIndex = 2,
11 kpidPath,
12 kpidName,
13 kpidExtension,
14 kpidIsDir,
15 kpidSize,
16 kpidPackSize,
17 kpidAttrib,
18 kpidCTime,
19 kpidATime,
20 kpidMTime,
21 kpidSolid,
22 kpidCommented,
23 kpidEncrypted,
24 kpidSplitBefore,
25 kpidSplitAfter,
26 kpidDictionarySize,
27 kpidCRC,
28 kpidType,
29 kpidIsAnti,
30 kpidMethod,
31 kpidHostOS,
32 kpidFileSystem,
33 kpidUser,
34 kpidGroup,
35 kpidBlock,
36 kpidComment,
37 kpidPosition,
38 kpidPrefix,
39 kpidNumSubDirs,
40 kpidNumSubFiles,
41 kpidUnpackVer,
42 kpidVolume,
43 kpidIsVolume,
44 kpidOffset,
45 kpidLinks,
46 kpidNumBlocks,
47 kpidNumVolumes,
48 kpidTimeType,
49 kpidBit64,
50 kpidBigEndian,
51 kpidCpu,
52 kpidPhySize,
53 kpidHeadersSize,
54 kpidChecksum,
55 kpidCharacts,
56 kpidVa,
57
58 kpidTotalSize = 0x1100,
59 kpidFreeSpace,
60 kpidClusterSize,
61 kpidVolumeName,
62
63 kpidLocalName = 0x1200,
64 kpidProvider,
65
66 kpidUserDefined = 0x10000
67 };
68
69 #endif
OLDNEW
« no previous file with comments | « third_party/lzma/v4_65/files/CPP/7zip/MyVersionInfo.rc ('k') | third_party/lzma/v4_65/files/CPP/7zip/UI/Client7z/Client7z.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698