Home
last modified time | relevance | path

Searched refs:ProfileFlags (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sal/osl/unx/
H A Dprofile.c141 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags);
1219 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags ) in openFileImpl() argument
1225 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()
1270 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()
/trunk/main/sal/osl/os2/
H A Dprofile.c153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags
1144 static osl_TFile* openFileImpl(rtl_uString *ustrFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument
1168 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()
1213 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags
1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument
1263 if ( ProfileFlags & ( osl_Profile_WRITELOCK | osl_Profile_FLUSHWRITE ) ) in openFileImpl()
1305 if ( ProfileFlags & (osl_Profile_WRITELOCK | osl_Profile_READLOCK ) ) in openFileImpl()

Completed in 37 milliseconds