Searched refs:ProfileFlags (Results 1 – 3 of 3) sorted by relevance
141 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags);1219 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags ) in openFileImpl() argument1225 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1270 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()
153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …1144 static osl_TFile* openFileImpl(rtl_uString *ustrFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument1168 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1213 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()
147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument1263 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()1305 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()
Completed in 88 milliseconds