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=0; 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 …1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument1278 …pFile->m_Handle = CreateFileW( reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strFileName )), GENER… in openFileImpl()1291 …if ((pFile->m_Handle = CreateFileW( reinterpret_cast<LPCWSTR>(rtl_uString_getStr( strFileName )), … in openFileImpl()
Completed in 30 milliseconds