Searched refs:xInTemp (Results 1 – 4 of 4) sorted by relevance
114 XInputStream xInTemp = xTempFile.getInputStream(); in ReadBytesWithStream() local115 if ( xInTemp == null ) { in ReadBytesWithStream()118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream()130 XInputStream xInTemp = xSFA.openFileRead( sTempFileURL ); in ReadDirectlyFromTempFile() local131 if ( xInTemp != null ) in ReadDirectlyFromTempFile()133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()134 xInTemp.closeInput(); in ReadDirectlyFromTempFile()150 XInputStream xInTemp = null; in CloseTempFile() local165 xInTemp = xTempFile.getInputStream(); in CloseTempFile()166 if ( xInTemp == null ) { in CloseTempFile()[all …]
621 XInputStream xInTemp = null; in getInputStream() local624 xInTemp = xStream.getInputStream(); in getInputStream()625 if ( xInTemp == null ) in getInputStream()633 return xInTemp; in getInputStream()
648 XInputStream xInTemp = null; in getInputStream() local651 xInTemp = xStream.getInputStream(); in getInputStream()652 if ( xInTemp == null ) in getInputStream()660 return xInTemp; in getInputStream()
1172 XInputStream xInTemp = null; in getInputStream() local1175 xInTemp = xStream.getInputStream(); in getInputStream()1176 if ( xInTemp == null ) in getInputStream()1184 return xInTemp; in getInputStream()
Completed in 35 milliseconds