Searched refs:format_content (Results 1 – 1 of 1) sorted by relevance
248 std::string format_content; in ParseEventFormats() local249 if (!android::base::ReadFileToString(format_path, &format_content)) { in ParseEventFormats()257 if (sscanf(format_content.c_str(), "config:%d", &shift) != 1) { in ParseEventFormats()258 LOG(DEBUG) << "Invalid or unsupported event format: " << format_content; in ParseEventFormats()