Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DServerSocket.cpp43 mPrivateKeyPath(private_key_pem_path), in ServerSocket()
48 CHECK(mPrivateKeyPath.has_value()); in ServerSocket()
180 return mPrivateKeyPath; in private_key_pem_path()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DServerSocket.h62 std::optional<std::string> mCertificatePath, mPrivateKeyPath; member