Searched refs:getBufSizeInSymbols (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | profile.cxx | 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() 984 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 1016 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 1029 …w_reinterpret_cast<LPWSTR>(aPath), aPath.getBufSizeInSymbols())) == 0) || (nPathLen >= aPath.getBu… in osl_getProfileName() 1037 if (nLen + nPathLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 1055 else if( ::sal::static_int_cast< sal_uInt32 >( nLen ) < aPath.getBufSizeInSymbols()) in osl_getProfileName() 1085 if (nPathLen + nFileLen >= aPath.getBufSizeInSymbols()) in osl_getProfileName() 2364 aDir.getBufSizeInSymbols(), ""); in lookupProfile() [all …]
|
H A D | process.cxx | 226 …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 D | file_url.cxx | 778 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 D | tempfile.cxx | 240 DWORD nBufferLength = aBuffer.getBufSizeInSymbols() - 1; in osl_getTempDirURL() 245 nLength = GetTempPathW( aBuffer.getBufSizeInSymbols(), lpBuffer ); in osl_getTempDirURL()
|
H A D | module.cxx | 349 if ( GetModuleFileNameA( NULL, aModuleFileName, aModuleFileName.getBufSizeInSymbols() ) ) in _osl_addressGetModuleURL_NT4() 463 …pModules[iModule], ::osl::mingw_reinterpret_cast<LPWSTR>(aBuffer), aBuffer.getBufSizeInSymbols() ); in _osl_addressGetModuleURL_NT()
|
H A D | path_helper.hxx | 98 sal_uInt32 getBufSizeInSymbols() in getBufSizeInSymbols() function in osl::LongPathBuffer
|
H A D | signal.cxx | 181 …if ( SearchPath( NULL, TEXT( "crashrep.exe" ), NULL, aPath.getBufSizeInSymbols(), aPath, &lpFilePa… in ReportCrash()
|
H A D | file_dirvol.cxx | 1756 aBuffer.getBufSizeInSymbols(), in osl_getFileStatus()
|
Completed in 40 milliseconds