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

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 23 CRecordVector<DWORD> &errorCodes);
EnumDirItems.cpp 83 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
92 errorCodes.Add(::GetLastError());
103 EnumerateDirectory(parent, parent, phyPrefix + name2, errorPaths, errorCodes);
109 const UStringVector &filePaths, UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes)
121 errorCodes.Add(::GetLastError());
138 EnumerateDirectory(parent, parent, phyPrefix + phyPrefixCur + name2, errorPaths, errorCodes);
151 CRecordVector<DWORD> &errorCodes);
161 CRecordVector<DWORD> &errorCodes)
168 addArchivePrefix, dirItems, enterToSubFolders, callback, errorPaths, errorCodes);
182 CRecordVector<DWORD> &errorCodes)
    [all...]
DirItem.h 43 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
49 UStringVector &errorPaths, CRecordVector<DWORD> &errorCodes);
Update.cpp 742 CRecordVector<DWORD> errorCodes;
743 HRESULT res = EnumerateItems(censor, dirItems, &enumCallback, errorPaths, errorCodes);
746 RINOK(callback->CanNotFindError(errorPaths[i], errorCodes[i]));
ArchiveCommandLine.cpp 778 CRecordVector<DWORD> errorCodes;
779 HRESULT res = EnumerateItems(wildcardCensor, dirItems, NULL, errorPaths, errorCodes);

Completed in 1025 milliseconds