Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dresult.h132 std::string ResultErrorFormat(bool color);
202 return fmt::format(fmt::runtime(ResultErrorFormat(color)), *this);
Dresult.cpp229 std::string ResultErrorFormat(bool color) { in ResultErrorFormat() function