/external/lzma/CPP/Windows/ |
D | FileName.cpp | 357 path = fs2us(fas2fs(s)); in GetCurDir() 564 UString temp = fs2us(s); in GetSuperPathBase() 586 UString temp = fs2us(s + 2); in GetSuperPathBase() 607 UString temp = fs2us(s); in GetSuperPathBase() 658 temp = fs2us(s + 1); in GetSuperPathBase() 663 temp += fs2us(s); in GetSuperPathBase() 703 superPath = fs2us(path); in GetSuperPath() 717 if (d1.IsEmpty()) d1 = fs2us(s1); in GetSuperPaths() 718 if (d2.IsEmpty()) d2 = fs2us(s2); in GetSuperPaths() 756 UString rem = fs2us(s + prefixSize); in GetFullPath() [all …]
|
D | FileDir.cpp | 84 hDir = ::CreateFileW(fs2us(path), GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, in SetDirTime() 117 if (::SetFileAttributesW(fs2us(path), attrib)) in SetFileAttrib() 152 if (::RemoveDirectoryW(fs2us(path))) in RemoveDir() 178 if (::MoveFileW(fs2us(oldFile), fs2us(newFile))) in MyMoveFile() 222 if (my_CreateHardLinkW(fs2us(newFileName), fs2us(existFileName), NULL)) in MyCreateHardLink() 273 if (::CreateDirectoryW(fs2us(path), NULL)) in CreateDir() 308 if (::CreateDirectoryW(fs2us(path), NULL)) in CreateDir2() 432 if (::DeleteFileW(fs2us(path))) in DeleteFileAlways() 515 return BOOLToBool(::SetCurrentDirectoryW(fs2us(path))); in SetCurrentDir()
|
D | FileSystem.cpp | 48 res = GetVolumeInformationW(fs2us(rootPath), in MyGetVolumeInformation() 68 return GetDriveTypeW(fs2us(pathName)); in MyGetDriveType() 113 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2us(rootPath), &freeBytesToCaller2, &totalSize2,… in MyGetDiskFreeSpace() 117 …if (!::GetDiskFreeSpaceW(fs2us(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace()
|
D | DLL.cpp | 38 _module = ::LoadLibraryExW(fs2us(path), NULL, flags); in LoadEx() 55 _module = ::LoadLibraryW(fs2us(path)); in Load()
|
D | FileFind.cpp | 168 _handle = ::FindFirstFileW(fs2us(path), &fd); in FindFirst() 282 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0); in FindFirst() 380 DWORD dw = ::GetFileAttributesW(fs2us(path)); in GetFileAttrib() 455 UString streamName = fs2us(path + (unsigned)colonPos); in Find() 680 _handle = ::FindFirstChangeNotificationW(fs2us(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
|
D | FileIO.cpp | 69 _handle = ::CreateFileW(fs2us(path), desiredAccess, shareMode, in Create()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | EnumDirItems.cpp | 38 di.Name = fs2us(fi.Name); in AddDirFileInfo() 169 …BOOL res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(Byte *)TempSecureBuf,… in AddSecurityItem() 188 …res = ::GetFileSecurityW(fs2us(path), securInfo, (PSECURITY_DESCRIPTOR)(Byte *)TempSecureBuf, (DWO… in AddSecurityItem() 248 unsigned parent = AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDir() 260 int phyParent = phyPrefix.IsEmpty() ? -1 : AddPrefix(-1, -1, fs2us(phyPrefix)); in EnumerateItems2() 282 phyParentCur = AddPrefix(phyParent, logParent, fs2us(phyPrefixCur)); in EnumerateItems2() 298 unsigned parent = AddPrefix(phyParentCur, logParent, fs2us(name2)); in EnumerateItems2() 328 unsigned parent = dirItems.AddPrefix(phyParent, logParent, fs2us(name2)); in EnumerateDirItems_Spec() 423 const UString name = fs2us(fi.Name); in EnumerateForItem() 532 UString s = fs2us(prefix); in IsVirtualFsFolder() [all …]
|
D | ArchiveName.cpp | 29 return Get_Correct_FsFile_Name(fs2us(resultName)); in CreateArchiveName() 99 …name = Get_Correct_FsFile_Name(fs2us(CreateArchiveName2(us2fs(paths.Front()), fromPrev, keepName))… in CreateArchiveName() 131 const UString fname = fs2us(fp->Name); in CreateArchiveName()
|
D | Extract.cpp | 63 SplitPathToParts_Smart(fs2us(outDir), dirPrefix, elimPrefix); in DecompressArchive() 171 errorMessage += fs2us(outDir); in DecompressArchive()
|
D | ArchiveExtractCallback.cpp | 397 s += fs2us(path); in AddPathToMessage() 1127 fs2us(realFullProcessedPath), &fileInfo.MTime, &fileInfo.Size, _item.Path, in GetStream() 1298 if (FillLinkData(data, fs2us(existPath), !isJunction)) in GetStream() 1574 ::SetFileSecurityW(fs2us(_diskFilePath), securInfo, (PSECURITY_DESCRIPTOR)(void *)data); in SetOperationResult()
|
D | Update.cpp | 871 RINOK(callback->WriteSfx(fs2us(options.SfxModule), sfxSize)); in Compress() 1410 ap.Prefix = fs2us(tempDirPrefix); in UpdateArchive() 1595 const UString arcPath2 = fs2us(fullPaths[i]); in UpdateArchive()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | BrowseDialog.cpp | 498 case 0: res = CompareFileNames(fs2us(f1.Name), fs2us(f2.Name)); break; in CompareItems() 572 if (DoesWildcardMatchName(Filters[i], fs2us(fi.Name))) in Reload() 622 const UString name = fs2us(fi.Name); in Reload() 683 selected = fs2us(_files[fileIndex].Name); in Reload() 720 _pathEdit.SetText(fs2us(file.Name) + WCHAR_PATH_SEPARATOR); in SetPathEditText() 723 _pathEdit.SetText(fs2us(file.Name)); in SetPathEditText() 748 MessageBox_HResError((HWND)*this, GetNormalizedError(), fs2us(destPath)); in OnCreateDir() 783 s += fs2us(file.Name); in OnItemEnter() 802 FilePath = fs2us(destPath); in FinishOnOK()
|
D | SysIconUtils.cpp | 82 DWORD_PTR res = ::MySHGetFileInfoW(fs2us(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
|
D | ExtractCallback.cpp | 251 ProgressDialog->Sync.AddError_Message_Name(GetUnicodeString(message), fs2us(path)); in MessageError() 729 destPathSpec += fs2us(destFileInfo.Name); in AskWrite() 759 destPathResultTemp = fs2us(destPathSys); in AskWrite()
|
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
D | ExtractEngine.cpp | 53 options.filePath = fs2us(FileName); in Process2() 71 fs2us(dirPath)); in Process2()
|
D | SfxSetup.cpp | 317 appLaunched.Replace(L"%%T" WSTRING_PATH_SEPARATOR, fs2us(s2)); in WinMain() 322 appLaunched.Replace(L"%%T", fs2us(tempDirPath)); in WinMain()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 178 v1.Add(fs2us(fullPath)); in WinMain2() 179 v2.Add(fs2us(fullPath)); in WinMain2()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.cpp | 172 _percent.FileName = fs2us(path); in ScanProgress() 191 _se->NormalizePrint_UString(fs2us(path)); in CommonError() 349 _tempU = fs2us(path); in DeletingAfterArchiving() 377 _percent.FileName = fs2us(path); in DeletingAfterArchiving()
|
D | Main.cpp | 238 so.NormalizePrint_UString(fs2us(pc.Paths[i])); in PrintWarningsPaths() 279 message += fs2us(errorInfo.FileNames[i]); in WarningsCheck() 592 s += fs2us(codecs->MainDll_ErrorPath); in Main2()
|
D | ExtractCallbackConsole.cpp | 50 _percent.FileName = fs2us(path); in ScanProgress() 64 _se->NormalizePrint_UString(fs2us(path)); in ScanError()
|
D | HashCon.cpp | 42 _percent.FileName = fs2us(path); in ScanProgress()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 374 v1.Add(fs2us(arcPath)); in Main2() 375 v2.Add(fs2us(arcPath)); in Main2()
|
/external/lzma/CPP/Common/ |
D | Wildcard.cpp | 32 const UString u1 = fs2us(s1); in CompareFileNames() 33 const UString u2 = fs2us(s2); in CompareFileNames()
|
D | MyString.h | 835 #define fs2us(_x_) (_x_) macro 848 UString fs2us(const FChar *s); 849 UString fs2us(const FString &s);
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 198 dialog.DirPath = fs2us(outputDirFull); in ExtractGUI()
|