Searched refs:fileStr (Results 1 – 5 of 5) sorted by relevance
119 void StringUtils::SetWidth(const int &width, const char &fileStr, const bool &left, string &str) in SetWidth() argument125 s << setw(width) << setfill(fileStr) << setiosflags(ios::left) << str; in SetWidth()127 s << setw(width) << setfill(fileStr) << setiosflags(ios::right) << str; in SetWidth()
117 std::string fileStr; in OnFileDescriptorEvent() local118 fileS >> fileStr; in OnFileDescriptorEvent()119 if (fileStr.empty()) { in OnFileDescriptorEvent()
122 std::string fileStr; in OnFileDescriptorEvent() local123 fileS >> fileStr; in OnFileDescriptorEvent()124 if (fileStr.empty()) { in OnFileDescriptorEvent()
38 void SetWidth(const int &width, const char &fileStr, const bool &left, std::string &str);
496 char *fileStr = cJSON_GetStringValue(json); in AddServiceFile() local500 int num = SplitString(fileStr, " ", opt, FILE_OPT_NUMS); in AddServiceFile()