HomeSort by relevance Sort by last modified time
    Searched refs:id_path (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/
event_type.cpp 84 std::string id_path = system_path + "/" + event_name + "/id"; local
86 if (!android::base::ReadFileToString(id_path, &id_content)) {
92 LOG(DEBUG) << "unexpected id '" << id_content << "' in " << id_path; local
  /external/autotest/site_utils/lxc/
container_unittest.py 81 id_path = os.path.join(container.container_path,
84 utils.run('sudo touch %s' % id_path)

Completed in 114 milliseconds