Home
last modified time | relevance | path

Searched refs:string_id (Results 1 – 2 of 2) sorted by relevance

/system/core/logd/
DReplayMessages.cpp298 for (const auto& string_id : string_ids) { in PrintLogs() local
300 if (!ParseInt(string_id, &result, 0, 7)) { in PrintLogs()
301 fprintf(stderr, "Could not parse buffer_id '%s'\n", string_id.c_str()); in PrintLogs()
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py161 def string(self, string_id): argument
162 return self.string_table[string_id]