Home
last modified time | relevance | path

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

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