Lines Matching refs:string
23 #include <string>
45 std::string CanonicalizeSpecPath(const char* src);
46 bool Compress(const std::string& dataFile, const std::string& destFile);
48 void ProcessLogInfo(std::string& logFile, bool isEmpty);
49 void WriteToEmptyFile(std::ofstream& wStream, std::string& currentTime);
50 void WriteToFile(std::ofstream& wStream, std::string& currentTime);
53 std::string GetFileNameIndex(const uint32_t index);
54 int32_t GetIntParameter(const std::string& key, const int32_t def, const int32_t minValue);
55 bool GetBoolParameter(const std::string& key, const bool def);
56 void WidthWatchCallback(const std::string& value);
57 void IntervalWatchCallback(const std::string& value);
58 void EnableWatchCallback(const std::string& value);