Searched refs:mPrivateKeyPath (Results 1 – 2 of 2) sorted by relevance
43 mPrivateKeyPath(private_key_pem_path), in ServerSocket()48 CHECK(mPrivateKeyPath.has_value()); in ServerSocket()180 return mPrivateKeyPath; in private_key_pem_path()
62 std::optional<std::string> mCertificatePath, mPrivateKeyPath; member