Lines Matching refs:string
30 static bool HasSection(const std::string& section);
31 static bool HasProperty(const std::string& section,
32 const std::string& property);
33 static bool GetInt(const std::string& section, const std::string& key,
35 static bool SetInt(const std::string& section, const std::string& key,
37 static bool GetUint64(const std::string& section, const std::string& key,
39 static bool SetUint64(const std::string& section, const std::string& key,
41 static bool GetStr(const std::string& section, const std::string& key,
43 static std::optional<std::string> GetStr(const std::string& section,
44 const std::string& key);
45 static bool SetStr(const std::string& section, const std::string& key,
46 const std::string& value);
47 static bool GetBin(const std::string& section, const std::string& key,
49 static size_t GetBinLength(const std::string& section,
50 const std::string& key);
51 static bool SetBin(const std::string& section, const std::string& key,
53 static bool RemoveProperty(const std::string& section,
54 const std::string& key);
55 static std::vector<std::string> GetPersistentDevices();