Home
last modified time | relevance | path

Searched refs:WSTRING_PATH_SEPARATOR (Results 1 – 6 of 6) sorted by relevance

/external/lzma/C/
D7zTypes.h362 #define WSTRING_PATH_SEPARATOR L"\\" macro
369 #define WSTRING_PATH_SEPARATOR L"/" macro
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c197 wcscat(path, WSTRING_PATH_SEPARATOR); in RemoveDirWithSubItems()
338 wcscat(path, WSTRING_PATH_SEPARATOR); in main()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp317 appLaunched.Replace(L"%%T" WSTRING_PATH_SEPARATOR, fs2us(s2)); in WinMain()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp763 if (linkPath.IsPrefixedBy(WSTRING_PATH_SEPARATOR L"??" WSTRING_PATH_SEPARATOR)) in GetStream()
DOpenArchive.cpp756 result.Insert(0, L"[DELETED]" WSTRING_PATH_SEPARATOR); in GetItemPath2()
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp712 _pathEdit.SetText(L".." WSTRING_PATH_SEPARATOR); in SetPathEditText()