Home
last modified time | relevance | path

Searched refs:FCHAR_PATH_SEPARATOR (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DEnumDirItems.cpp380 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateDir()
451 const FString name2 = fi.Name + FCHAR_PATH_SEPARATOR; in EnumerateItems2()
492 const FString name2 = curFolderName + FCHAR_PATH_SEPARATOR; in EnumerateDirItems_Spec()
DUpdate.cpp1225 if (options.SfxModule.Find(FCHAR_PATH_SEPARATOR) < 0) in UpdateArchive()
/third_party/lzma/CPP/Windows/
DFileName.cpp87 s.ReplaceOneCharAtPos(i, FCHAR_PATH_SEPARATOR); in NormalizeDirSeparators()
/third_party/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp635 … if (GetRealIconIndex(fi.Name + FCHAR_PATH_SEPARATOR, FILE_ATTRIBUTE_DIRECTORY, item.iImage) == 0) in Reload()
/third_party/lzma/CPP/Common/
DMyString.h986 #define FCHAR_PATH_SEPARATOR FTEXT(CHAR_PATH_SEPARATOR) macro