Searched refs:fs2fas (Results 1 – 8 of 8) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileSystem.cpp | 36 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()
|
D | FileDir.cpp | 110 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()
|
D | DLL.cpp | 33 _module = ::LoadLibraryEx(fs2fas(path), NULL, flags); in LoadEx() 50 _module = ::LoadLibrary(fs2fas(path)); in Load()
|
D | FileFind.cpp | 157 _handle = ::FindFirstFileA(fs2fas(path), &fd); in FindFirst() 374 return ::GetFileAttributes(fs2fas(path)); in GetFileAttrib() 669 _handle = ::FindFirstChangeNotification(fs2fas(path), BoolToBOOL(watchSubtree), notifyFilter); in FindFirst()
|
D | FileIO.cpp | 62 _handle = ::CreateFile(fs2fas(path), desiredAccess, shareMode, in Create()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | SysIconUtils.cpp | 73 DWORD_PTR res = ::SHGetFileInfo(fs2fas(path), FILE_ATTRIBUTE_NORMAL | attrib, &shellInfo, in GetRealIconIndex()
|
/external/lzma/CPP/Common/ |
D | MyString.h | 758 AString fs2fas(const FChar *s); 770 #define fs2fas(_x_) (_x_) macro
|
D | MyString.cpp | 1540 AString fs2fas(CFSTR s) in fs2fas() function
|