Home
last modified time | relevance | path

Searched refs:sstream (Results 1 – 2 of 2) sorted by relevance

/system/libvintf/
DRuntimeInfo-target.cpp97 std::stringstream sstream; in fetchCpuInfo() local
98 sstream << in.rdbuf(); in fetchCpuInfo()
99 mRuntimeInfo->mCpuInfo = sstream.str(); in fetchCpuInfo()
/system/tools/hidl/
Dmain.cpp1366 std::stringstream sstream; in usage() local
1367 sstream.fill(' '); in usage()
1368 sstream.width(16); in usage()
1369 sstream << std::left << e.name(); in usage()
1371 out << sstream.str() << ": " << e.description() << "\n"; in usage()