Home
last modified time | relevance | path

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

/AOO42X/main/sal/osl/w32/
H A Dprofile.cxx505 …PCWSTR>(pProfile->m_strFileName->buffer), -1, aFileName, aFileName.getBufSizeInSymbols(), NULL, NU… in osl_readProfileString()
686 …PCWSTR>(pProfile->m_strFileName->buffer), -1, aFileName, aFileName.getBufSizeInSymbols(), NULL, NU… in osl_writeProfileString()
797 …PCWSTR>(pProfile->m_strFileName->buffer), -1, aFileName, aFileName.getBufSizeInSymbols(), NULL, NU… in osl_removeProfileEntry()
871 …PCWSTR>(pProfile->m_strFileName->buffer), -1, aFileName, aFileName.getBufSizeInSymbols(), NULL, NU… in osl_getProfileSectionEntries()
899 if( ::sal::static_int_cast< sal_uInt32 >( strName->length ) >= aFile.getBufSizeInSymbols() ) in osl_getProfileName()
907 if (nFileLen + wcslen(STR_INI_EXTENSION) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
938 if ((nFileLen = nLen - nOffset) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
943 if (nFileLen + wcslen(STR_INI_EXTENSION) >= aFile.getBufSizeInSymbols()) in osl_getProfileName()
973 … if ( ::sal::static_int_cast< sal_uInt32 >( strHome->length ) >= aPath.getBufSizeInSymbols()) in osl_getProfileName()
984 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName()
[all …]
H A Dprocess.cxx226 …eFileNameW (0, ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.getBufSizeInSymbols())) > 0) in osl_bootstrap_getExecutableFile_Impl()
287 …0, reinterpret_cast<LPCWSTR>(ppArgs[0]->buffer), L".exe", aBuffer.getBufSizeInSymbols(), ::osl::mi… in osl_createCommandArgs_Impl()
288 if ((0 < dwResult) && (dwResult < aBuffer.getBufSizeInSymbols())) in osl_createCommandArgs_Impl()
445 …dwLen = GetCurrentDirectory( aBuffer.getBufSizeInSymbols(), ::osl::mingw_reinterpret_cast<LPWSTR>(… in osl_getProcessWorkingDir()
448 if ( dwLen && dwLen < aBuffer.getBufSizeInSymbols() ) in osl_getProcessWorkingDir()
H A Dfile_url.cxx778 aBuf.getBufSizeInSymbols(), in _osl_getSystemPathFromFileURL()
1092 …GetCurrentDirectoryW( aCurrentDir.getBufSizeInSymbols(), ::osl::mingw_reinterpret_cast<LPWSTR>(aCu… in osl_getAbsoluteFileURL()
1096 …hNameW( reinterpret_cast<LPCWSTR>(ustrRelSysPath->buffer), aBuffer.getBufSizeInSymbols(), ::osl::m… in osl_getAbsoluteFileURL()
1107 if ( dwResult >= aBuffer.getBufSizeInSymbols() ) in osl_getAbsoluteFileURL()
H A Dtempfile.cxx238 DWORD nBufferLength = aBuffer.getBufSizeInSymbols() - 1; in osl_getTempDirURL()
243 nLength = GetTempPathW( aBuffer.getBufSizeInSymbols(), lpBuffer ); in osl_getTempDirURL()
H A Dmodule.cxx346 … if ( GetModuleFileNameA( NULL, aModuleFileName, aModuleFileName.getBufSizeInSymbols() ) ) in _osl_addressGetModuleURL_NT4()
460 …pModules[iModule], ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.getBufSizeInSymbols() ); in _osl_addressGetModuleURL_NT()
H A Dpath_helper.hxx98 sal_uInt32 getBufSizeInSymbols() in getBufSizeInSymbols() function in osl::LongPathBuffer
H A Dsignal.cxx196 …if ( SearchPath( NULL, TEXT( "crashrep.exe" ), NULL, aPath.getBufSizeInSymbols(), aPath, &lpFilePa… in ReportCrash()
H A Dfile_dirvol.cxx1756 aBuffer.getBufSizeInSymbols(), in osl_getFileStatus()