Lines Matching defs:const

46   UInt64 GetSize() const { return _size; }

98 const CArc *Arc;
120 int Compare(const CHardLinkNode &a) const;
152 CIndexToPathPair(UInt32 index, const FString &path): Index(index), Path(path) {}
154 int Compare(const CIndexToPathPair &pair) const
174 bool IsSomeTimeDefined() const
187 bool SetDirTime() const;
202 bool IsSymLink() const { return !isHardLink; }
222 bool Parse(const Byte *data, size_t dataSize, bool isLinuxData);
272 const CArc *_arc;
305 const NWildcard::CCensorNode *_wildcardCensor; // we need wildcard for single pass mode (stdin)
340 bool IsReparse() const
345 bool IsLinuxSymLink() const
411 void CreateComplexDirectory(const UStringVector &dirPathParts, FString &fullPath);
420 HRESULT SendMessageError(const char *message, const FString &path);
421 HRESULT SendMessageError_with_LastError(const char *message, const FString &path);
422 HRESULT SendMessageError2(HRESULT errorCode, const char *message, const FString &path1, const FString &path2);
476 const CExtractNtOptions &ntOptions,
477 const NWildcard::CCensorNode *wildcardCensor,
478 const CArc *arc,
481 const FString &directoryPath,
482 const UStringVector &removePathParts, bool removePartsForAltStreams,
494 HRESULT Link(const FString &fullProcessedPath);
499 HRESULT PrepareHardLinks(const CRecordVector<UInt32> *realIndices); // NULL means all items
544 const void *NtReparse_Data;
549 const FString &fullProcessedPath,
550 const CLinkInfo &linkInfo,
580 bool CensorNode_CheckPath(const NWildcard::CCensorNode &node, const CReadArcItem &item);