Searched refs:fs2fas (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileSystem.cpp | 38 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 D | FileDir.cpp | 161 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 D | DLL.cpp | 35 _module = ::LoadLibraryEx(fs2fas(path), NULL, flags);
in LoadEx() 52 _module = ::LoadLibrary(fs2fas(path));
in Load()
|
H A D | FileFind.cpp | 202 _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 D | FileIO.cpp | 82 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode,
in Create()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.cpp | 84 const DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo,
in GetRealIconIndex()
|
/third_party/lzma/CPP/Common/ |
H A D | MyString.h | 963 AString fs2fas(const FChar *s);
1019 #define fs2fas(_x_) (_x_)
macro
|
H A D | MyString.cpp | 1761 AString fs2fas(CFSTR s)
in fs2fas() function
|
Completed in 9 milliseconds