Lines Matching refs:string
9 #include <string>
53 std::string get_property(PROPINDEX i) const;
57 bool set_property(PROPINDEX i, const std::string &value);
60 // return the name for valid properties, otherwise unexpected empty string.
61 std::string get_property_name(PROPINDEX i) const;
65 bool set_rootkey(const std::string &value);
66 bool set_bmpfv(const std::string &value);
67 bool set_recovery_key(const std::string &value);
68 std::string get_hwid() const { return get_property(PROP_HWID); }
69 std::string get_rootkey() const { return get_property(PROP_ROOTKEY); }
70 std::string get_bmpfv() const { return get_property(PROP_BMPFV); }
71 std::string get_recovery_key() const { return get_property(PROP_RCVKEY); }
79 int search_header_signatures(const std::string &image, long *poffset) const;
83 bool load_gbb_header(const std::string &image, long offset,
94 std::string file_content_; // complete image file content