Searched defs:os (Results 1 – 3 of 3) sorted by relevance
116 void PrintTo(const sp<T>& v, std::ostream* os) { in PrintTo()121 void PrintTo(const T* v, std::ostream* os) { in PrintTo()132 void PrintTo(const T* v, ostream* os) { in PrintTo()
124 void PrintTo(const android::vintf::testing::HalManifestPtr &v, ostream *os) { in PrintTo()
65 std::ofstream os; in FuzzerLogRAII() local461 std::ofstream os(mFailedModelDumpPath); in dumpModel() local