Lines Matching refs:m_strFileName

138 	rtl_uString *m_strFileName;  member
256 osl_getSystemPathFromFileURL(strProfileName, &pProfile->m_strFileName); in osl_openProfile()
326 rtl_uString_release(pProfile->m_strFileName); in osl_closeProfile()
327 pProfile->m_strFileName = NULL; in osl_closeProfile()
505 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(pProfile->m_strFileName->buffer), -1, aFil… in osl_readProfileString()
686 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(pProfile->m_strFileName->buffer), -1, aFil… in osl_writeProfileString()
797 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(pProfile->m_strFileName->buffer), -1, aFil… in osl_removeProfileEntry()
871 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(pProfile->m_strFileName->buffer), -1, aFil… in osl_getProfileSectionEntries()
1143 …WideCharToMultiByte(CP_ACP,0, reinterpret_cast<LPCWSTR>(pProfile->m_strFileName->buffer), -1, aFil… in osl_getProfileSections()
2037 pProfile->m_pFile = openFileImpl(pProfile->m_strFileName,pProfile->m_Flags); in storeProfile()
2077 ustrTmpName=osl_ProfileGenerateExtension(pProfile->m_strFileName,ustrExtension); in osl_openTmpProfileImpl()
2112 ustrBakFile=osl_ProfileGenerateExtension(pProfile->m_strFileName,ustrExtension); in osl_ProfileSwapProfileNames()
2119 ustrIniFile=osl_ProfileGenerateExtension(pProfile->m_strFileName,ustrExtension); in osl_ProfileSwapProfileNames()
2126 ustrTmpFile=osl_ProfileGenerateExtension(pProfile->m_strFileName,ustrExtension); in osl_ProfileSwapProfileNames()
2218 pProfile->m_strFileName, pProfile->m_Flags | PFlags); in acquireProfile()