Home
last modified time | relevance | path

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

/system/libvintf/
DRuntimeInfo-target.cpp69 std::stringstream sstream; in fetchCpuInfo() local
70 sstream << in.rdbuf(); in fetchCpuInfo()
71 mRuntimeInfo->mCpuInfo = sstream.str(); in fetchCpuInfo()
/system/tools/hidl/
Dmain.cpp1285 std::stringstream sstream; in usage() local
1286 sstream.fill(' '); in usage()
1287 sstream.width(16); in usage()
1288 sstream << std::left << e.name(); in usage()
1290 out << sstream.str() << ": " << e.description() << "\n"; in usage()