HomeSort by relevance Sort by last modified time
    Searched refs:UString (Results 101 - 125 of 148) sorted by null

1 2 3 45 6

  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp 259 static UString GetRelativePath(const UString &to, const UString &from)
284 UString s;
334 UString simpleName = attr.GetPath();
339 const UString phyPath = DirItems->GetPhyPath(up.DirIndex);
432 UString name;
470 const UString path = DirItems->GetPhyPath(up.DirIndex);
ArchiveExtractCallback.cpp 289 static inline bool IsDriveName(const UString &s)
300 const UString &s = dirPathParts[0];
321 const UString &s = dirPathParts[i];
355 UString(L"ERROR: ") +
362 UString(L"ERROR: ") +
363 GetUnicodeString(message) + UString(L": ") + fs2us(path1) + UString(L" : ") + fs2us(path2));
386 static UString GetDirPrefixOf(const UString &src)
388 UString s = src;
    [all...]
Update.cpp 268 void CArchivePath::ParseFromPath(const UString &path, EArcNameMode mode)
291 const UString ext = Name.Ptr(dotPos + 1);
301 UString CArchivePath::GetFinalPath() const
303 UString path = GetPathWithoutExt();
305 path += UString(L'.') + BaseExtension;
309 UString CArchivePath::GetFinalVolPath() const
311 UString path = GetPathWithoutExt();
313 path += UString(L'.') + VolExtension;
337 const CObjectVector<COpenType> &types, const UString &arcPath)
361 bool CUpdateOptions::SetArcPath(const CCodecs *codecs, const UString &arcPath)
    [all...]
Extract.h 46 // UString Password;
91 UString &errorMessage,
IFileExtractCallback.h 47 virtual HRESULT SetPassword(const UString &password) = 0;
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog.cpp 43 MySetWindowText(MainWindow, UString(s) + MainTitle);
122 UString title = s;
ExtractCallback.cpp 107 HRESULT CExtractCallbackImp::Open_GetPasswordIfAny(bool &passwordIsDefined, UString &password)
268 UString msg;
269 UString msgOld;
278 UString s;
358 UString HResultToMessage(HRESULT errorCode);
364 UString s;
396 UString GetOpenArcErrorMessage(UInt32 errorFlags)
398 UString s;
405 UString m = LangString(id);
446 UString s;
    [all...]
  /external/lzma/CPP/Windows/
FileFind.cpp 140 UString longPath;
195 UString CStreamInfo::GetReducedName() const
197 UString s = Name;
231 UString longPath;
355 UString streamName = fs2us(path + (unsigned)colonPos);
512 UString longPath;
557 UString buf;
561 UString s;
FileSystem.cpp 24 UString &volumeName,
28 UString &fileSystemName)
FileDir.cpp 89 UString longPath;
122 UString longPath;
148 UString longPath;
174 UString d1, d2;
218 UString d1, d2;
246 UString longPath;
321 UString longPath;
FileFind.h 96 UString Name;
99 UString GetReducedName() const;
FileIO.h 42 UString SubsName;
43 UString PrintName;
54 UString GetPath() const;
FileLink.cpp 178 static void GetString(const Byte *p, unsigned len, UString &res)
323 UString CReparseAttr::GetPath() const
325 UString s = SubsName;
  /external/lzma/CPP/7zip/UI/Console/
HashCon.cpp 84 static void AddSpaces(UString &s, int num)
118 UString s;
125 UString s2 = L"Size";
215 UString name = h.Name;
MainAr.cpp 99 catch(const UString &s)
List.cpp 162 UString NameU;
207 static void PrintString(EAdjustment adj, int width, const UString &textString)
326 UString FilePath;
328 UString TempWString;
369 static void GetPropName(PROPID propID, const wchar_t *name, AString &nameA, UString &nameU)
397 const UString &s = f.NameU;
560 UString s;
799 UString s;
804 UString nameU;
821 static void PrintArcTypeError(const UString &type, bool isWarning)
    [all...]
  /external/lzma/CPP/Windows/Control/
ComboBox.cpp 37 LRESULT CComboBox::GetLBText(int index, UString &s)
ComboBox.h 29 LRESULT GetLBText(int index, UString &s);
  /libcore/ojluni/src/main/java/java/security/
Provider.java 832 for (Map.Entry<UString,String> entry : s.attributes.entrySet()) {
853 for (Map.Entry<UString,String> entry : s.attributes.entrySet()) {
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 73 UString &methodName = _methods[i].MethodName;
190 static int FindSubFolder(const CObjectVector<CTreeFolder> &treeFolders, int cur, const UString &name, int &insertPos)
214 static int AddFolder(CObjectVector<CTreeFolder> &treeFolders, int cur, const UString &name)
278 UString s;
295 UString name;
461 UString mainName = s.Left(colonPos);
638 static HRESULT GetBindInfoPart(UString &srcString, UInt32 &coder, UInt32 &stream)
674 HRESULT COutHandler::SetSolidFromString(const UString &s)
676 UString s2 = s;
748 UString name = nameSpec;
    [all...]
7zHandler.h 48 HRESULT SetSolidFromString(const UString &s);
  /external/lzma/CPP/7zip/Bundles/SFXWin/
SfxWin.cpp 83 UString password;
97 const UString &s = commandStrings[i];
  /external/lzma/CPP/Common/
UTFConvert.cpp 158 bool ConvertUTF8ToUnicode(const AString &src, UString &dest)
168 bool ConvertUnicodeToUTF8(const UString &src, AString &dest)
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
ExtractCallbackSfx.cpp 24 const UString &itemDefaultName,
100 UString fullPath;
148 UString processedPath = fullPath;
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 119 const UString &name, CMethodId &methodId, UInt32 &numInStreams, UInt32 &numOutStreams)
151 CMethodId methodId, UString &name)
179 const UString &name,
362 UString &name,

Completed in 1105 milliseconds

1 2 3 45 6