Home
last modified time | relevance | path

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

/external/chromium-libpac/test/
Dproxy_resolver_v8_unittest.cc54 std::string mstd(m8.string()); in AlertMessage() local
56 ALOGD("PAC-alert: %s\n", mstd.c_str()); // Helpful when debugging. in AlertMessage()
57 alerts.push_back(mstd); in AlertMessage()
62 std::string mstd(m8.string()); in ErrorMessage() local
64 ALOGD("PAC-error: %s\n", mstd.c_str()); // Helpful when debugging. in ErrorMessage()
65 errors.push_back(mstd); in ErrorMessage()