Searched refs:dwFileAttributes (Results 1 – 9 of 9) sorted by relevance
1300 (FILE_ATTRIBUTE_REPARSE_POINT & find_data.dwFileAttributes) && in is_volume_mount_point()1725 if ((FILE_ATTRIBUTE_REPARSE_POINT & pItemImpl->FindData.dwFileAttributes) && in osl_getFileStatus()1728 else if (pItemImpl->FindData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in osl_getFileStatus()1735 pStatus->uAttributes = pItemImpl->FindData.dwFileAttributes; in osl_getFileStatus()1784 DWORD dwFileAttributes; in osl_setFileAttributes() local1793 dwFileAttributes = GetFileAttributes( reinterpret_cast<LPCTSTR>(rtl_uString_getStr(ustrSysPath)) ); in osl_setFileAttributes()1795 if ( (DWORD)-1 != dwFileAttributes ) in osl_setFileAttributes()1797 dwFileAttributes &= ~(FILE_ATTRIBUTE_READONLY | FILE_ATTRIBUTE_HIDDEN); in osl_setFileAttributes()1800 dwFileAttributes |= FILE_ATTRIBUTE_READONLY; in osl_setFileAttributes()1803 dwFileAttributes |= FILE_ATTRIBUTE_HIDDEN; in osl_setFileAttributes()[all …]
44 dwFileAttributes As Long267 If (WFD.dwFileAttributes And vbDirectory) Then
59 dwFileAttributes As Long320 If (WFD.dwFileAttributes And vbDirectory) Then
560 if ( pDirEnt->dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY ) in ImpInit()926 … if ( !( aEntry.dwFileAttributes & 0x40 ) ) // com1: etc. e.g. not encrypted (means normal) in Update()
62 #define d_type dwFileAttributes
429 SetFileAttributes( aFullTarget.GetBuffer(), fdSource.dwFileAttributes ); in DoCopy_Impl()
120 if ( aFindData.dwFileAttributes == FILE_ATTRIBUTE_DIRECTORY ) in RemoveCompleteDirectory()
256 if ( aFindData.dwFileAttributes == FILE_ATTRIBUTE_DIRECTORY ) in RemoveCompleteDirectory()
134 if (FileData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) in readDirectory()
Completed in 69 milliseconds