Home
last modified time | relevance | path

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

/external/lzma/CPP/Windows/
DFileSystem.cpp36 res = GetVolumeInformation(fs2fas(rootPath), in MyGetVolumeInformation()
63 return GetDriveType(fs2fas(pathName)); in MyGetDriveType()
98 …sizeIsDetected = BOOLToBool(pGetDiskFreeSpaceEx(fs2fas(rootPath), &freeBytesToCaller2, &totalSize2… in MyGetDiskFreeSpace()
102 …if (!::GetDiskFreeSpace(fs2fas(rootPath), &numSectorsPerCluster, &bytesPerSector, &numFreeClusters… in MyGetDiskFreeSpace()
DFileDir.cpp110 if (::SetFileAttributes(fs2fas(path), attrib)) in SetFileAttrib()
136 if (::RemoveDirectory(fs2fas(path))) in RemoveDir()
162 if (::MoveFile(fs2fas(oldFile), fs2fas(newFile))) in MyMoveFile()
257 if (::CreateDirectory(fs2fas(path), NULL)) in CreateDir()
292 if (::CreateDirectory(fs2fas(path), NULL)) in CreateDir2()
414 if (::DeleteFile(fs2fas(path))) in DeleteFileAlways()
501 return BOOLToBool(::SetCurrentDirectory(fs2fas(path))); in SetCurrentDir()
DDLL.cpp33 _module = ::LoadLibraryEx(fs2fas(path), NULL, flags); in LoadEx()
50 _module = ::LoadLibrary(fs2fas(path)); in Load()
DFileFind.cpp157 _handle = ::FindFirstFileA(fs2fas(path), &fd); in FindFirst()
374 return ::GetFileAttributes(fs2fas(path)); in GetFileAttrib()
669 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
DFileIO.cpp62 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode, in Create()
/external/lzma/CPP/7zip/UI/FileManager/
DSysIconUtils.cpp73 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
/external/lzma/CPP/Common/
DMyString.h758 AString fs2fas(const FChar *s);
770 #define fs2fas(_x_) (_x_) macro
DMyString.cpp1540 AString fs2fas(CFSTR s) in fs2fas() function