Home
last modified time | relevance | path

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

/external/cronet/net/cert/pki/
Dpath_builder.cc49 std::string PathDebugString(const ParsedCertificateList& certs) { in PathDebugString() function
407 std::string PathDebugString() { in PathDebugString() function in net::__anon64ff907d0111::CertIssuerIterPath
556 << PathDebugString(*out_certs); in GetNextPath()
584 << PathDebugString(*out_certs); in GetNextPath()
661 << PathDebugString(*out_certs); in GetNextPath()
680 DVLOG(1) << "CertPathIter cur_path_ =\n" << cur_path_.PathDebugString(); in GetNextPath()
/external/rappor/analysis/cpp/
Dfind_cliques.cc275 string PathDebugString(int index) const { in PathDebugString() function in PathArray
526 log("%d %s", i, candidates.PathDebugString(i).c_str()); in main()