Lines Matching refs:LPCTSTR

317 	LPCTSTR	lpIdent;
319 LPCTSTR lpCurrent;
420 _tcscpy( szFileMask, reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pPath ) ) ); in OpenDirectory()
802 if ( RemoveDirectory( reinterpret_cast<LPCTSTR>(rtl_uString_getStr( strSysPath )) ) ) in osl_removeDirectory()
1140 _tcscpy( pItemImpl->cDriveString, reinterpret_cast<LPCTSTR>(strSysFilePath->buffer) ); in osl_getDirectoryItem()
1160 …hFind = FindFirstFile( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(strSysFilePath)), &aFindData ); in osl_getDirectoryItem()
1250 …if (GetVolumeNameForVolumeMountPoint(reinterpret_cast<LPCTSTR>(p.getStr()), vn, ELEMENTS_OF_ARRAY(… in is_floppy_volume_mount_point()
1291 DWORD fattr = GetFileAttributes(reinterpret_cast<LPCTSTR>(p.getStr())); in is_volume_mount_point()
1297 HANDLE h_find = FindFirstFile(reinterpret_cast<LPCTSTR>(p.getStr()), &find_data); in is_volume_mount_point()
1322 …if (GetVolumeNameForVolumeMountPoint(reinterpret_cast<LPCTSTR>(p.getStr()), vn, ELEMENTS_OF_ARRAY(… in get_volume_mount_point_drive_type()
1344 drive_type = GetDriveType(reinterpret_cast<LPCTSTR>(path.getStr())); in osl_get_drive_type()
1395 reinterpret_cast<LPCTSTR>(path.getStr()), in get_volume_space_information()
1444 LPCTSTR pszPath = reinterpret_cast<LPCTSTR>(path.getStr()); in get_filesystem_attributes()
1683 …HANDLE hFind = FindFirstFile( reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pItemImpl->m_pFullPat… in osl_getFileStatus()
1754 …sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>( rtl_uString_getStr( pItemI… in osl_getFileStatus()
1793 dwFileAttributes = GetFileAttributes( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(ustrSysPath)) ); in osl_setFileAttributes()
1805 …fSuccess = SetFileAttributes( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(ustrSysPath)), dwFileAt… in osl_setFileAttributes()