Searched refs:errorPaths (Results 1 - 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.h22 UStringVector &errorPaths,
H A DEnumDirItems.cpp83 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
93 errorPaths.Add(phyPrefix);
103 EnumerateDirectory(parent, parent, phyPrefix + name2, errorPaths, errorCodes);
109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
122 errorPaths.Add(phyPath);
138 EnumerateDirectory(parent, parent, phyPrefix + phyPrefixCur + name2, errorPaths, errorCodes);
150 UStringVector &errorPaths,
160 UStringVector &errorPaths,
168 addArchivePrefix, dirItems, enterToSubFolders, callback, errorPaths, errorCodes);
181 UStringVector &errorPaths,
82 EnumerateDirectory(int phyParent, int logParent, const UString &phyPrefix, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
108 EnumerateDirItems2(const UString &phyPrefix, const UString &logPrefix, const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
153 EnumerateDirItems_Spec(const NWildcard::CCensorNode &curNode, int phyParent, int logParent, const UString &curFolderName, const UString &phyPrefix, const UStringVector &addArchivePrefix, CDirItems &dirItems, bool enterToSubFolders, IEnumDirItemCallback *callback, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
175 EnumerateDirItems(const NWildcard::CCensorNode &curNode, int phyParent, int logParent, const UString &phyPrefix, const UStringVector &addArchivePrefix, CDirItems &dirItems, bool enterToSubFolders, IEnumDirItemCallback *callback, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
345 EnumerateItems( const NWildcard::CCensor &censor, CDirItems &dirItems, IEnumDirItemCallback *callback, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes) argument
[all...]
H A DDirItem.h43 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
49 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
H A DUpdate.cpp741 UStringVector errorPaths; local
743 HRESULT res = EnumerateItems(censor, dirItems, &enumCallback, errorPaths, errorCodes);
744 for (int i = 0; i < errorPaths.Size(); i++)
746 RINOK(callback->CanNotFindError(errorPaths[i], errorCodes[i]));
H A DArchiveCommandLine.cpp777 UStringVector errorPaths; local
779 HRESULT res = EnumerateItems(wildcardCensor, dirItems, NULL, errorPaths, errorCodes);
780 if (res != S_OK || errorPaths.Size() > 0)

Completed in 893 milliseconds