Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dprofile.c141 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags);
231 if ( ( pFile = openFileImpl(pszProfileName, Flags ) ) == NULL ) in osl_psz_openProfile()
1219 static osl_TFile* openFileImpl(const sal_Char* pszFilename, oslProfileOption ProfileFlags ) in openFileImpl() function
1992 pProfile->m_pFile = openFileImpl(pProfile->m_FileName,pProfile->m_Flags); in storeProfile()
2046 pFile = openFileImpl(pszTmpName,pProfile->m_Flags | PFlags); in osl_openTmpProfileImpl()
2137 … if (! (pProfile->m_pFile = openFileImpl(pProfile->m_FileName, pProfile->m_Flags | PFlags ))) in acquireProfile()
/aoo4110/main/sal/osl/w32/
H A Dprofile.cxx147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
240 if ( (! (Flags & osl_Profile_SYSTEM)) && ( (pFile = openFileImpl(FileName, Flags) ) == NULL ) ) in osl_openProfile()
1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() function
2037 pProfile->m_pFile = openFileImpl(pProfile->m_strFileName,pProfile->m_Flags); in storeProfile()
2092 pFile = openFileImpl(ustrTmpName,pProfile->m_Flags | PFlags); in osl_openTmpProfileImpl()
2217 pProfile->m_pFile = openFileImpl( in acquireProfile()
/aoo4110/main/sal/osl/os2/
H A Dprofile.c153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
249 …((pFile = openFileImpl(FileName, (Flags & osl_Profile_WRITELOCK) ? sal_True : sal_False)) == NULL)) in osl_openProfile()
1144 static osl_TFile* openFileImpl(rtl_uString *ustrFileName, oslProfileOption ProfileFlags ) in openFileImpl() function
1893 if (! (pProfile->m_pFile = openFileImpl(pProfile->m_strFileName, pProfile->m_Flags | PFlags))) in acquireProfile()

Completed in 42 milliseconds