Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dtee_logging.h39 TeeLogger(const std::vector<SeverityTarget>& destinations);
Dtee_logging.cpp80 TeeLogger::TeeLogger(const std::vector<SeverityTarget>& destinations) in TeeLogger() argument
81 : destinations_(destinations) { in TeeLogger()