Searched refs:strFileName (Results 1 – 2 of 2) sorted by relevance
153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …1154 rtl_String* strFileName=NULL; in openFileImpl() local1160 rtl_uString2String( &strFileName, in openFileImpl()1165 pszFileName = rtl_string_getStr(strFileName); in openFileImpl()1203 rtl_string_release(strFileName); in openFileImpl()1207 rtl_string_release(strFileName); in openFileImpl()
147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …1205 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument1226 …pFile->m_Handle = CreateFileW( reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strFileName )), GENER… in openFileImpl()1239 …>m_Handle = CreateFileW( reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strFileName )), GENERIC_REA… in openFileImpl()