Home | History | Annotate | Download | only in payload_consumer

Lines Matching refs:string

20 #include <string>
39 std::string InstallPayloadTypeToString(InstallPayloadType type);
55 std::string download_url; // url to download from
56 std::string version; // version we are installing.
58 std::string system_version;
63 std::string metadata_signature; // signature of the metadata in base64
95 std::string name;
97 std::string source_path;
101 std::string target_path;
108 std::string postinstall_path;
109 std::string filesystem_type;
132 std::string public_key_rsa;
164 static std::string StaticType() { return "InstallPlanAction"; }
165 std::string Type() const override { return StaticType(); }