Lines Matching refs:Flags
195 oslProfile SAL_CALL osl_openProfile(rtl_uString *strProfileName, sal_uInt32 Flags) in osl_openProfile() argument
219 Flags=osl_Profile_FLUSHWRITE; in osl_openProfile()
222 if ( Flags == osl_Profile_DEFAULT ) in osl_openProfile()
226 if ( Flags & osl_Profile_SYSTEM ) in osl_openProfile()
230 if ( Flags & osl_Profile_READLOCK ) in osl_openProfile()
234 if ( Flags & osl_Profile_WRITELOCK ) in osl_openProfile()
242 if ( Flags & osl_Profile_FLUSHWRITE ) in osl_openProfile()
248 if ((! (Flags & osl_Profile_SYSTEM)) && in osl_openProfile()
249 …((pFile = openFileImpl(FileName, (Flags & osl_Profile_WRITELOCK) ? sal_True : sal_False)) == NULL)) in osl_openProfile()
262 pProfile->m_Flags = Flags & FLG_USER; in osl_openProfile()
266 if (Flags & (osl_Profile_READLOCK | osl_Profile_WRITELOCK)) in osl_openProfile()