Home
last modified time | relevance | path

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

/trunk/main/sal/osl/unx/
H A Dprofile.c172 static oslProfile SAL_CALL osl_psz_openProfile(const sal_Char *pszProfileName, oslProfileOption Fla…
191 static oslProfile SAL_CALL osl_psz_openProfile(const sal_Char *pszProfileName, oslProfileOption Fla… in osl_psz_openProfile() argument
207 OSL_TRACE("opening '%s'\n",pszProfileName); in osl_psz_openProfile()
231 if ( ( pFile = openFileImpl(pszProfileName, Flags ) ) == NULL ) in osl_psz_openProfile()
259 bRet &= realpath(pszProfileName, pProfile->m_FileName) != NULL; in osl_psz_openProfile()

Completed in 22 milliseconds