OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ErrorPaths
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
DirItem.h
57
FStringVector
ErrorPaths
;
70
ErrorPaths
.Add(path);
HashCalc.cpp
234
FOR_VECTOR (i, dirItems.
ErrorPaths
)
236
RINOK(callback->CanNotFindError(fs2us(dirItems.
ErrorPaths
[i]), dirItems.ErrorCodes[i]));
238
numErrors = dirItems.
ErrorPaths
.Size();
ArchiveCommandLine.cpp
904
if (res != S_OK || dirItems.
ErrorPaths
.Size() > 0)
907
if (dirItems.
ErrorPaths
.Size() > 0)
908
errorPath = fs2us(dirItems.
ErrorPaths
[0]);
910
dirItems.
ErrorPaths
.Size() > 0 ? (const wchar_t *)errorPath : NULL);
[
all
...]
Update.cpp
1147
FOR_VECTOR (i, dirItems.
ErrorPaths
)
1149
RINOK(callback->CanNotFindError(fs2us(dirItems.
ErrorPaths
[i]), dirItems.ErrorCodes[i]));
[
all
...]
Completed in 45 milliseconds