Searched refs:type_content (Results 1 – 1 of 1) sorted by relevance
213 std::string type_content; in LoadTypes() local215 if (!android::base::ReadFileToString(type_path, &type_content)) { in LoadTypes()219 uint64_t type_id = strtoull(type_content.c_str(), NULL, 10); in LoadTypes()