Home
last modified time | relevance | path

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

/external/openscreen/cast/standalone_sender/
Dmain.cc121 std::string developer_certificate_path; in StandaloneSenderMain() local
140 developer_certificate_path = optarg; in StandaloneSenderMain()
171 if (!developer_certificate_path.empty()) { in StandaloneSenderMain()
172 CastTrustStore::CreateInstanceFromPemFile(developer_certificate_path); in StandaloneSenderMain()
/external/openscreen/cast/standalone_receiver/
Dmain.cc157 std::string developer_certificate_path; in RunStandaloneReceiver() local
170 developer_certificate_path = optarg; in RunStandaloneReceiver()
203 if (private_key_path.empty() || developer_certificate_path.empty()) { in RunStandaloneReceiver()
217 device_id, private_key_path, developer_certificate_path); in RunStandaloneReceiver()