HomeSort by relevance Sort by last modified time
    Searched refs:errorPaths (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 22 UStringVector &errorPaths,
EnumDirItems.cpp 83 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,
    [all...]
DirItem.h 43 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
49 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
Update.cpp 741 UStringVector errorPaths;
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]));
ArchiveCommandLine.cpp 777 UStringVector errorPaths;
779 HRESULT res = EnumerateItems(wildcardCensor, dirItems, NULL, errorPaths, errorCodes);
780 if (res != S_OK || errorPaths.Size() > 0)

Completed in 69 milliseconds