HomeSort by relevance Sort by last modified time
    Searched full:guid_ref (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chromeos/network/onc/
onc_utils.cc 460 const std::string& guid_ref,
462 CertPEMsByGUIDMap::const_iterator it = certs_by_guid.find(guid_ref);
464 LOG(ERROR) << "Couldn't resolve certificate reference " << guid_ref;
469 LOG(ERROR) << "Couldn't PEM-encode certificate with GUID " << guid_ref;
479 std::string guid_ref; local
480 if (!onc_object->GetStringWithoutPathExpansion(key_guid_ref, &guid_ref))
484 if (!GUIDRefToPEMEncoding(certs_by_guid, guid_ref, &pem_encoded))
505 std::string guid_ref; local
506 (*it)->GetAsString(&guid_ref);
509 if (!GUIDRefToPEMEncoding(certs_by_guid, guid_ref, &pem_encoded)
524 std::string guid_ref; local
    [all...]

Completed in 66 milliseconds