Searched refs:id_path (Results 1 - 1 of 1) sorted by relevance

/system/extras/simpleperf/
H A Devent_type.cpp46 std::string id_path = system_path + "/" + event_name + "/id"; local
48 if (!android::base::ReadFileToString(id_path, &id_content)) {
54 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; local

Completed in 72 milliseconds