Lines Matching defs:item
667 bool CensorNode_CheckPath2(const NWildcard::CCensorNode &node, const CReadArcItem &item, bool &include);
668 bool CensorNode_CheckPath2(const NWildcard::CCensorNode &node, const CReadArcItem &item, bool &include)
673 if (node.CheckPathVect(item.PathParts, !item.MainIsDir, include))
679 if (!item.IsAltStream)
688 if (!item.IsAltStream)
691 UStringVector pathParts2 = item.PathParts;
696 back += item.AltStreamName;
713 bool CensorNode_CheckPath(const NWildcard::CCensorNode &node, const CReadArcItem &item)
716 if (CensorNode_CheckPath2(node, item, include))
1117 Linux: we don't create dir item (symlink_from_path) here.
1118 Windows: SetReparseData() will create dir item, if it doesn't exist,
1119 but if we create dir item here, it's not problem. */
2398 CReadArcItem item;
2399 RINOK(_arc->GetItem(index, item))
2400 s = item.Path;