Home
last modified time | relevance | path

Searched defs:inStream (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-networkd/src/
H A Ddns_updater.cpp31 std::fstream inStream(inFile, std::fstream::in); in updateDNSEntries() local
/openbmc/u-boot/lib/lzma/
H A DLzmaTools.c40 unsigned char *inStream, SizeT length) in lzmaBuffToBuffDecompress()