Home
last modified time | relevance | path

Searched refs:fs2fas (Results 1 - 8 of 8) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DFileSystem.cpp38 res = GetVolumeInformation(fs2fas(rootPath), in MyGetVolumeInformation()
65 return GetDriveType(fs2fas(pathName)); in MyGetDriveType()
102 sizeIsDetected = BOOLToBool(f(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2, &freeSize2)); in MyGetDiskFreeSpace()
106 if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters, &numClusters)) in MyGetDiskFreeSpace()
H A DFileDir.cpp161 if (::SetFileAttributes(fs2fas(path), attrib)) in SetFileAttrib()
198 if (::RemoveDirectory(fs2fas(path))) in RemoveDir()
225 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile))) in MyMoveFile()
266 if (::CreateHardLink(fs2fas(newFileName), fs2fas(existFileName), NULL)) in MyCreateHardLink()
326 if (::CreateDirectory(fs2fas(path), NULL)) in CreateDir()
361 if (::CreateDirectory(fs2fas(path), NULL)) in CreateDir2()
500 if (::DeleteFile(fs2fas(path))) in DeleteFileAlways()
610 return BOOLToBool(::SetCurrentDirectory(fs2fas(pat in SetCurrentDir()
[all...]
H A DDLL.cpp35 _module = ::LoadLibraryEx(fs2fas(path), NULL, flags); in LoadEx()
52 _module = ::LoadLibrary(fs2fas(path)); in Load()
H A DFileFind.cpp202 _handle = ::FindFirstFileA(fs2fas(path), &fd); in FindFirst()
411 return ::GetFileAttributes(fs2fas(path)); in GetFileAttrib()
848 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
H A DFileIO.cpp82 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode, in Create()
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DSysIconUtils.cpp84 const DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
/third_party/lzma/CPP/Common/
H A DMyString.h963 AString fs2fas(const FChar *s);
1019 #define fs2fas(_x_) (_x_) macro
H A DMyString.cpp1761 AString fs2fas(CFSTR s) in fs2fas() function

Completed in 9 milliseconds