Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Devent_type.cpp213 std::string type_content; in LoadTypes() local
215 if (!android::base::ReadFileToString(type_path, &type_content)) { in LoadTypes()
219 uint64_t type_id = strtoull(type_content.c_str(), NULL, 10); in LoadTypes()