![]() |
FOSSology
3.2.0rc1
Open Source License Compliance by Open Source Software
|
Structure for storing information about a particular file. More...
#include <ununpack.h>

Public Attributes | |
| char | Source [FILENAME_MAX] |
| char | Partdir [FILENAME_MAX] |
| char | Partname [FILENAME_MAX] |
| char | PartnameNew [FILENAME_MAX] |
| int | TopContainer |
| int | HasChild |
| int | Pruned |
| int | Corrupt |
| struct stat | Stat |
| ParentInfo | PI |
| int | Artifact |
| int | IsDir |
| int | IsCompressed |
| long | uploadtree_pk |
| long | pfile_pk |
| long | ufile_mode |
Structure for storing information about a particular file.
Definition at line 120 of file ununpack.h.
| int ContainerInfo::Artifact |
Parent Info ptr
Definition at line 132 of file ununpack.h.
| int ContainerInfo::Corrupt |
No longer exists due to pruning
Definition at line 129 of file ununpack.h.
| int ContainerInfo::HasChild |
Flag: 1=yes (so Stat is meaningless), 0=no
Definition at line 127 of file ununpack.h.
| int ContainerInfo::IsCompressed |
This container is a directory
Definition at line 134 of file ununpack.h.
| int ContainerInfo::IsDir |
This container is an artifact – don't log to XML
Definition at line 133 of file ununpack.h.
| char ContainerInfo::Partdir[FILENAME_MAX] |
Full source filename
Definition at line 123 of file ununpack.h.
| char ContainerInfo::Partname[FILENAME_MAX] |
Directory name
Definition at line 124 of file ununpack.h.
| char ContainerInfo::PartnameNew[FILENAME_MAX] |
Filename without directory
Definition at line 125 of file ununpack.h.
| long ContainerInfo::pfile_pk |
Uploadtree of this item
Definition at line 136 of file ununpack.h.
| ParentInfo ContainerInfo::PI |
Stat structure of the file
Definition at line 131 of file ununpack.h.
| int ContainerInfo::Pruned |
Can this a container have children? (include directories)
Definition at line 128 of file ununpack.h.
| struct stat ContainerInfo::Stat |
Is this container/file known to be corrupted?
Definition at line 130 of file ununpack.h.
| int ContainerInfo::TopContainer |
New filename without directory
Definition at line 126 of file ununpack.h.
| long ContainerInfo::ufile_mode |
Pfile of this item
Definition at line 137 of file ununpack.h.
| long ContainerInfo::uploadtree_pk |
This container is compressed
Definition at line 135 of file ununpack.h.