/external/lzma/CPP/7zip/UI/Common/ |
HashCalc.h | 39 virtual void Final(bool isDir, bool isAltStream, const UString &path) = 0;
65 void Final(bool isDir, bool isAltStream, const UString &path);
|
ArchiveOpenCallback.h | 23 /* virtual HRESULT Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password) x; */ \
78 UString _subArchiveName;
|
Extract.h | 46 // UString Password;
91 UString &errorMessage,
|
ArchiveExtractCallback.cpp | 330 const UString &s = dirPathParts[0];
351 const UString &s = dirPathParts[i];
382 static void AddPathToMessage(UString &s, const FString &path)
390 UString s;
399 UString s;
412 UString s;
441 static UString GetDirPrefixOf(const UString &src)
443 UString s = src;
457 bool IsSafePath(const UString &path) [all...] |
Update.cpp | 281 void CArchivePath::ParseFromPath(const UString &path, EArcNameMode mode)
304 const UString ext = Name.Ptr(dotPos + 1);
314 UString CArchivePath::GetFinalPath() const
316 UString path = GetPathWithoutExt();
325 UString CArchivePath::GetFinalVolPath() const
327 UString path = GetPathWithoutExt();
360 const CObjectVector<COpenType> &types, const UString &arcPath)
384 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
386 UString typeExt;
399 UString ext = typeExt; [all...] |
UpdateCallback.cpp | 274 static UString GetRelativePath(const UString &to, const UString &from)
299 UString s;
349 UString simpleName = attr.GetPath();
448 UString name;
575 UString name;
589 UString s2;
631 UString s2;
637 UString name; [all...] |
HashCalc.cpp | 40 UString s;
145 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path)
222 UString(),
262 UString path;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
ProgressDialog.cpp | 43 MySetWindowText(MainWindow, UString(s) + MainTitle);
122 UString title = s;
|
/external/lzma/CPP/Windows/ |
FileDir.cpp | 89 UString superPath;
122 UString superPath;
148 UString superPath;
174 UString d1, d2;
218 UString d1, d2;
269 UString superPath;
304 UString superPath;
428 UString superPath;
|
FileFind.cpp | 172 UString superPath;
227 UString CStreamInfo::GetReducedName() const
230 UString s = Name;
237 UString CStreamInfo::GetReducedName2() const
239 UString s = GetReducedName();
291 UString superPath;
387 UString superPath;
455 UString streamName = fs2us(path + (unsigned)colonPos);
678 UString superPath;
726 UString s; [all...] |
FileSystem.cpp | 24 UString &volumeName,
28 UString &fileSystemName)
|
FileFind.h | 96 UString Name;
99 UString GetReducedName() const; // returns ":Name"
100 // UString GetReducedName2() const; // returns "Name"
|
FileIO.h | 44 UString SubsName;
45 UString PrintName;
56 UString GetPath() const;
|
FileLink.cpp | 182 static void GetString(const Byte *p, unsigned len, UString &res)
333 UString CReparseAttr::GetPath() const
335 UString s = SubsName;
|
/external/lzma/CPP/7zip/UI/Client7z/ |
Client7z.cpp | 74 static void PrintString(const UString &s)
150 UString Password;
218 UString _filePath; // name inside arcvhive
238 UString Password;
272 UString fullPath;
482 UString Name;
514 UString VolName;
515 UString VolExt;
521 UString Password;
664 UString res = temp; [all...] |
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
MainData.h | 84 CHAR16 UString[UNICODE_STRING_MAX];
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zUpdate.h | 20 UString Name;
41 UString Name;
84 // UString GetExtension() const;
|
/external/lzma/CPP/Windows/Control/ |
ComboBox.cpp | 41 LRESULT CComboBox::GetLBText(int index, UString &s)
|
ComboBox.h | 31 LRESULT GetLBText(int index, UString &s);
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 168 UString NameU;
215 static void PrintUString(EAdjustment adj, unsigned width, const UString &s, AString &temp)
366 UString FilePath;
368 UString TempWString;
409 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
437 const UString &s = f.NameU;
600 UString s;
830 UString s;
835 UString nameU;
852 static void PrintArcTypeError(CStdOutStream &so, const UString &type, bool isWarning) [all...] |
MainAr.cpp | 115 catch(const UString &s)
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaAlone.cpp | 356 const UString &command = params[paramIndex++];
365 const UString &s = parser[NKey::kDict].PostStrings[0];
374 const UString &s = parser[NKey::kLevel].PostStrings[0];
379 UString mf = L"BT4";
389 const UString &s = parser[NKey::kMultiThread].PostStrings[0];
402 const UString &s = parser[NKey::kMethod].PostStrings[0];
451 const UString &inputName = params[paramIndex++];
471 const UString &outputName = params[paramIndex++];
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
SfxWin.cpp | 87 UString password;
101 const UString &s = commandStrings[i];
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
ExtractCallbackSfx.cpp | 24 const UString &itemDefaultName,
104 UString fullPath;
156 UString processedPath = fullPath;
|
/libcore/ojluni/src/main/java/java/security/ |
Provider.java | [all...] |