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()2988 … ASSERT_TRUE(( Attribute_ReadOnly | Attribute_GrpRead | Attribute_OwnRead | Attribute_OthRead ) == in TEST_F()3008 …ASSERT_TRUE(( Attribute_ReadOnly | Attribute_Executable | Attribute_GrpExe | Attribute_OwnExe | At… in TEST_F()4507 …nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly | Attribute_GrpRead | Attribut… in TEST_F()4516 … ASSERT_TRUE(( Attribute_ReadOnly | Attribute_GrpRead | Attribute_OwnRead | Attribute_OthRead ) == in TEST_F()4520 nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly ); in TEST_F()4537 …ASSERT_TRUE((Attribute_ReadOnly & rFileStatus.getAttributes( )) != 0) << "test for setAttributes f… in TEST_F()4684 …nError2 = ::osl::File::setAttributes( aTmpName6, Attribute_ReadOnly | Attribute_GrpRead | Attribut… in TEST_F()
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()
3030 sal_Bool bReadOnly = (nAttributes & Attribute_ReadOnly) != 0; in RTLFUNC()
3719 Attribute_ReadOnly); in SetWritableForUserOnly()
Completed in 101 milliseconds