Lines Matching refs:string
35 // Return the file from the given location as a string.
41 status_t fetchInternal(const std::string& path, std::string& fetched, std::string* error) {
58 virtual status_t fetch(const std::string& path, std::string& fetched, std::string* error) {
61 virtual status_t fetch(const std::string& path, std::string& fetched) {
64 virtual status_t listFiles(const std::string& path, std::vector<std::string>* out,
65 std::string* error) {
98 status_t fetchAllInformation(const std::string& path, const XmlConverter<T>& converter,
99 T* outObject, std::string* error = nullptr) {
100 std::string info;
147 virtual std::string getProperty(const std::string& key,
148 const std::string& defaultValue = "") const;
149 virtual uint64_t getUintProperty(const std::string& key, uint64_t defaultValue,
151 virtual bool getBoolProperty(const std::string& key, bool defaultValue) const;