Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dprofile.c153 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
1154 rtl_String* strFileName=NULL; in openFileImpl() local
1160 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()
/trunk/main/sal/osl/w32/
H A Dprofile.cxx147 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags …
1257 static osl_TFile* openFileImpl(rtl_uString * strFileName, oslProfileOption ProfileFlags ) in openFileImpl() argument
1278 …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 21 milliseconds