Searched refs:Attribute_ReadOnly (Results 1 – 6 of 6) sorted by relevance
352 if ( uAttributes & Attribute_ReadOnly ) in showAttributes()1384 rc=File::setAttributes( file1, Attribute_ReadOnly ); in FileAttributesTest()1404 rc=File::setAttributes( file1, Attribute_Hidden | Attribute_ReadOnly ); in FileAttributesTest()
147 if ( ( nAttributes | Attribute_ReadOnly ) == nAttributes ) in printFileAttributes()3363 … ( Attribute_ReadOnly | Attribute_GrpRead | Attribute_OwnRead | Attribute_OthRead ) == in getAttributes_001()3385 …( Attribute_ReadOnly | Attribute_Executable | Attribute_GrpExe | Attribute_OwnExe | Attribute_OthE… in getAttributes_002()5063 …nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly | Attribute_GrpRead | Attribut… in setAttributes_001()5073 … ( Attribute_ReadOnly | Attribute_GrpRead | Attribute_OwnRead | Attribute_OthRead ) == in setAttributes_001()5077 nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly ); in setAttributes_001()5095 (Attribute_ReadOnly & rFileStatus.getAttributes( )) != 0 ); in setAttributes_001()5254 …nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly | Attribute_GrpRead | Attribut… in sync_001()
703 #define Attribute_ReadOnly osl_File_Attribute_ReadOnly macro
952 Attribute_ReadOnly); in setv()954 nAttributes |= Attribute_ReadOnly; in setv()2432 sal_Bool readonly = ( Attr & Attribute_ReadOnly ) != 0; in commit()
3719 Attribute_ReadOnly); in SetWritableForUserOnly()
3030 sal_Bool bReadOnly = (nAttributes & Attribute_ReadOnly) != 0; in RTLFUNC()
Completed in 87 milliseconds