Home
last modified time | relevance | path

Searched refs:fs2us (Results 1 - 25 of 33) sorted by relevance

12

/third_party/lzma/CPP/Windows/
H A DFileName.cpp426 path = fs2us(s); in GetCurDir()
627 UString temp = fs2us(s); in GetSuperPathBase()
649 UString temp = fs2us(s + 2); in GetSuperPathBase()
670 UString temp = fs2us(s); in GetSuperPathBase()
721 temp = fs2us(s + 1); in GetSuperPathBase()
726 temp += fs2us(s); in GetSuperPathBase()
766 superPath = fs2us(path); in GetSuperPath()
786 if (d1.IsEmpty()) d1 = fs2us(s1); in GetSuperPaths()
787 if (d2.IsEmpty()) d2 = fs2us(s2); in GetSuperPaths()
828 UString rem = fs2us( in GetFullPath()
[all...]
H A DFileSystem.cpp50 res = GetVolumeInformationW(fs2us(rootPath), in MyGetVolumeInformation()
70 return GetDriveTypeW(fs2us(pathName)); in MyGetDriveType()
119 sizeIsDetected = BOOLToBool(f(fs2us(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2)); in MyGetDiskFreeSpace()
123 if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters)) in MyGetDiskFreeSpace()
H A DFileDir.cpp133 hDir = ::CreateFileW(fs2us(path), GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, in SetDirTime()
168 if (::SetFileAttributesW(fs2us(path), attrib)) in SetFileAttrib()
205 if (::RemoveDirectoryW(fs2us(path))) in RemoveDir()
233 if (::MoveFileW(fs2us(oldFile), fs2us(newFile))) in MyMoveFile()
282 if (my_CreateHardLinkW(fs2us(newFileName), fs2us(existFileName), NULL)) in MyCreateHardLink()
333 if (::CreateDirectoryW(fs2us(path), NULL)) in CreateDir()
368 if (::CreateDirectoryW(fs2us(path), NULL)) in CreateDir2()
509 if (::DeleteFileW(fs2us(pat in DeleteFileAlways()
[all...]
H A DDLL.cpp40 _module = ::LoadLibraryExW(fs2us(path), NULL, flags); in LoadEx()
57 _module = ::LoadLibraryW(fs2us(path)); in Load()
H A DFileFind.cpp213 _handle = ::FindFirstFileW(fs2us(path), &fd); in FindFirst()
332 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0); in FindFirst()
417 DWORD dw = ::GetFileAttributesW(fs2us(path)); in GetFileAttrib()
506 UString streamName = fs2us(path + (unsigned)colonPos); in Find()
853 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DBrowseDialog.cpp499 case 0: res = CompareFileNames(fs2us(f1.Name), fs2us(f2.Name)); break; in CompareItems()
588 if (DoesWildcardMatchName((*masks)[i], fs2us(fi.Name))) in Reload()
638 const UString name = fs2us(fi.Name); in Reload()
699 selected = fs2us(_files[fileIndex].Name); in Reload()
736 _pathEdit.SetText(fs2us(file.Name) + WCHAR_PATH_SEPARATOR); in SetPathEditText()
739 _pathEdit.SetText(fs2us(file.Name)); in SetPathEditText()
764 MessageBox_HResError((HWND)*this, GetLastError_noZero_HRESULT(), fs2us(destPath)); in OnCreateDir()
799 s += fs2us(file.Name); in OnItemEnter()
818 FilePath = fs2us(destPat in FinishOnOK()
[all...]
H A DSysIconUtils.cpp93 const DWORD_PTR res = ::My_SHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
H A DExtractCallback.cpp251 ProgressDialog->Sync.AddError_Message_Name(GetUnicodeString(message), fs2us(path)); in MessageError()
743 destPathSpec += fs2us(destFileInfo.Name); in AskWrite()
776 destPathResultTemp = fs2us(destPathSys); in AskWrite()
1033 // MessageBoxMyError(UString("Can't create file ") + fs2us(tempFilePath)); in FlushToDisk()
/third_party/lzma/CPP/7zip/UI/Common/
H A DEnumDirItems.cpp216 BOOL res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(void *)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize); in AddSecurityItem()
235 res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(void *)(Byte *)TempSecureBuf, (DWORD)TempSecureBuf.Size(), &secureSize); in AddSecurityItem()
381 unsigned parent = AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDir()
412 const int phyParent = phyPrefix.IsEmpty() ? -1 : (int)AddPrefix(-1, -1, fs2us(phyPrefix)); in EnumerateItems2()
417 NFile::NName::IsAltStreamPrefixWithColon(fs2us(phyPrefix)); in EnumerateItems2()
439 phyParentCur = (int)AddPrefix(phyParent, logParent, fs2us(phyPrefixCur)); in EnumerateItems2()
465 const unsigned parent = AddPrefix(phyParentCur, logParent, fs2us(name2)); in EnumerateItems2()
506 const unsigned parent = dirItems.AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDirItems_Spec()
611 const UString name = fs2us(fi.Name); in EnumerateForItem()
777 UString s = fs2us(prefi in IsVirtualFsFolder()
[all...]
H A DArchiveName.cpp72 if (path != fs2us(dirPrefix)) in CreateArchiveName()
85 name = fs2us(fi3.Name); in CreateArchiveName()
95 name = fs2us(fi->Name); in CreateArchiveName()
H A DUpdate.cpp773 RINOK(callback->WriteSfx(fs2us(options.SfxModule), sfxSize)) in Compress()
1470 s += fs2us(path); in UpdateArchive()
1484 ap.Prefix = fs2us(tempDirPrefix); in UpdateArchive()
1674 const UString arcPath2 = fs2us(fullPaths[i]); in UpdateArchive()
1733 const UString arcPath2 = fs2us(fullPaths[i]); in UpdateArchive()
H A DExtract.cpp34 s += fs2us(path); in SetErrorMessage()
80 SplitPathToParts_Smart(fs2us(outDir), dirPrefix, elimPrefix); in DecompressArchive()
H A DArchiveExtractCallback.cpp537 s += fs2us(path); in AddPathToMessage()
1185 fs2us(realFullProcessedPath), &ft1, &fileInfo.Size, _item.Path, in CheckExistFile()
1912 FindExt2(kOfficeExtensions, fs2us(_diskFilePath))) in CloseFile()
2063 if (!FillLinkData(data, fs2us(existPath), !linkInfo.isJunction, linkInfo.isWSL)) in SetFromLinkPath()
2069 SendMessageError("reconstructed Reparse is different", fs2us(existPath)); in SetFromLinkPath()
2349 ::SetFileSecurityW(fs2us(_diskFilePath), securInfo, (PSECURITY_DESCRIPTOR)(void *)(const Byte *)(data)); in SetOperationResult()
H A DDirItem.h279 , Name(fs2us(fi.Name)) in CDirItem()
281 // , ShortName(fs2us(fi.ShortName)) in CDirItem()
H A DArchiveOpenCallback.cpp92 case kpidName: prop = fs2us(_fileInfo.Name); break; in GetProperty()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DExtractEngine.cpp53 options.filePath = fs2us(FileName); in Process2()
67 ErrorMessage = MyFormatNew(IDS_CANNOT_CREATE_FOLDER, fs2us(dirPath)); in Process2()
H A DSfxSetup.cpp320 appLaunched.Replace(L"%%T" WSTRING_PATH_SEPARATOR, fs2us(s2)); in WinMain()
325 appLaunched.Replace(L"%%T", fs2us(tempDirPath)); in WinMain()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp189 v1.Add(fs2us(fullPath)); in WinMain2()
190 v2.Add(fs2us(fullPath)); in WinMain2()
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp175 _percent.FileName = fs2us(path); in ScanProgress()
194 _se->NormalizePrint_UString(fs2us(path)); in CommonError()
381 _tempU = fs2us(path); in DeletingAfterArchiving()
409 _percent.FileName = fs2us(path); in DeletingAfterArchiving()
H A DExtractCallbackConsole.cpp50 _percent.FileName = fs2us(path); in ScanProgress()
67 _se->NormalizePrint_UString(fs2us(path)); in ScanError()
H A DHashCon.cpp44 _percent.FileName = fs2us(path); in ScanProgress()
H A DMain.cpp392 so.NormalizePrint_UString(fs2us(pc.Paths[i])); in PrintWarningsPaths()
433 message += fs2us(errorInfo.FileNames[i]); in WarningsCheck()
967 s += fs2us(codecs->MainDll_ErrorPath);
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H A DSfxCon.cpp402 v1.Add(fs2us(arcPath)); in Main2()
403 v2.Add(fs2us(arcPath)); in Main2()
/third_party/lzma/CPP/Common/
H A DWildcard.cpp113 const UString u1 = fs2us(s1); in CompareFileNames()
114 const UString u2 = fs2us(s2); in CompareFileNames()
/third_party/lzma/CPP/7zip/UI/GUI/
H A DExtractGUI.cpp215 dialog.DirPath = fs2us(outputDirFull); in ExtractGUI()

Completed in 22 milliseconds

12