Searched refs:nPathLen (Results 1 – 8 of 8) sorted by relevance
647 sal_Int16 nVersion, nFlag, nHow, nPathLen, nExtraLen; in readLOC() local662 aGrabber >> nPathLen; in readLOC()676 if ( rEntry.nPathLen == -1 ) // the file was created in readLOC()678 rEntry.nPathLen = nPathLen; in readLOC()686 || rEntry.nPathLen != nPathLen in readLOC()804 aMemGrabber >> aEntry.nPathLen; in readCEN()813 if ( aEntry.nPathLen < 0 ) in readCEN()892 aMemGrabber >> aEntry.nPathLen; in recover()904 if ( aEntry.nPathLen < 0 ) aEntry.nPathLen = 0x7FFF; in recover()914 if( nPos + 30 + aEntry.nPathLen <= nBufSize ) in recover()[all …]
880 sal_uInt32 nPathLen = 0;966 nPathLen = strHome->length;977 nPathLen += nLen;1009 nPathLen += nLen;1030 nPathLen += nLen;1041 nPathLen = strlen(Path);1047 nPathLen = strlen(Path);1068 if (nPathLen && (Path[nPathLen - 1] != L'/') && (Path[nPathLen - 1] != L'\\'))1070 Path[nPathLen++] = L'\\';1071 Path[nPathLen] = 0;[all …]
891 sal_uInt32 nPathLen = 0; in osl_getProfileName() local977 nPathLen = strHome->length; in osl_getProfileName()988 nPathLen += nLen; in osl_getProfileName()1009 nPathLen = strConfig->length; in osl_getProfileName()1020 nPathLen += nLen; in osl_getProfileName()1041 nPathLen += nLen; in osl_getProfileName()1076 nPathLen = strConfigDir->length; in osl_getProfileName()1079 if (nPathLen && (aPath[nPathLen - 1] != L'/') && (aPath[nPathLen - 1] != L'\\')) in osl_getProfileName()1081 aPath[nPathLen++] = L'\\'; in osl_getProfileName()1082 aPath[nPathLen] = 0; in osl_getProfileName()[all …]
51 sal_Int32 nPathLen = ::std::max< sal_Int32 >( rFragmentPath.lastIndexOf( '/' ) + 1, 0 ); in lclGetRelationsPath() local53 OUStringBuffer( rFragmentPath.copy( 0, nPathLen ) ). // file path including slash in lclGetRelationsPath()55 append( rFragmentPath.copy( nPathLen ) ). // file name after path in lclGetRelationsPath()
524 const sal_Int32 nPathLen = aPath.getLength(); in PathHasSegment() local527 if ( nSegLen && nPathLen >= nSegLen ) in PathHasSegment()540 if ( nPathLen == nSegLen || aPath.getStr()[nSegLen] == (sal_Unicode)'/' ) in PathHasSegment()544 …if ( !bResult && nPathLen > nSegLen && aPath.copy( nPathLen - nSegLen - 1, nSegLen + 1 ).equals( a… in PathHasSegment()
181 rDest.nPathLen = rSource.nPathLen; in copyZipEntry()353 …pTempEntry->nPathLen = (sal_Int16)( ::rtl::OUStringToOString( pTempEntry->sPath, RTL_TEXTENCODING_… in saveChild()694 …pTempEntry->nPathLen = (sal_Int16)( ::rtl::OUStringToOString( rPath, RTL_TEXTENCODING_UTF8 ).getLe… in saveContents()
100 aEntry.nPathLen = -1; in ZipPackageStream()123 aEntry.nPathLen = rInEntry.nPathLen; in setZipEntryOnLoading()
38 sal_Int16 nPathLen; member
Completed in 58 milliseconds