Lines Matching refs:xInTemp
114 XInputStream xInTemp = xTempFile.getInputStream(); in ReadBytesWithStream() local
115 if ( xInTemp == null ) { in ReadBytesWithStream()
118 xInTemp.readBytes( pBytes, nBytes ); in ReadBytesWithStream()
130 XInputStream xInTemp = xSFA.openFileRead( sTempFileURL ); in ReadDirectlyFromTempFile() local
131 if ( xInTemp != null ) in ReadDirectlyFromTempFile()
133 xInTemp.readBytes( pBytes, nBytes ); in ReadDirectlyFromTempFile()
134 xInTemp.closeInput(); in ReadDirectlyFromTempFile()
150 XInputStream xInTemp = null; in CloseTempFile() local
165 xInTemp = xTempFile.getInputStream(); in CloseTempFile()
166 if ( xInTemp == null ) { in CloseTempFile()
173 xInTemp.closeInput(); in CloseTempFile()