Searched refs:kCantDeleteOutputFile (Results 1 - 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp23 static const wchar_t *kCantDeleteOutputFile = L"ERROR: Can not delete output file "; variable
348 UString message = UString(kCantDeleteOutputFile) + fullProcessedPath;
/external/lzma/CPP/7zip/UI/Client7z/
H A DClient7z.cpp151 static const wchar_t *kCantDeleteOutputFile = L"ERROR: Can not delete output file "; variable
325 PrintString(UString(kCantDeleteOutputFile) + fullProcessedPath);

Completed in 82 milliseconds