Home
last modified time | relevance | path

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

/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py238 def section_file(self, *paths): member in FlashromHandler
286 self.os_if.remove_dir(self.section_file())
317 self.os_if.create_dir(self.section_file())
325 blob_filename = self.section_file(subsection_name)
409 self.section_file(section.get_sig_name()),
411 self.section_file(section.get_body_name()))
571 subsection_name, self.section_file(subsection_name))
797 sig_name = self.section_file(fv_section.get_sig_name())
804 args.append('--fv %s' % self.section_file(fv_section.get_body_name()))
/external/libdrm/radeon/
Dradeon_cs_int.h24 const char *section_file; member
Dradeon_cs_gem.c285 cs->section_file, cs->section_func, cs->section_line); in cs_gem_begin()
292 cs->section_file = file; in cs_gem_begin()
324 … cs->section_file, cs->section_func, cs->section_line, cs->section_ndw, cs->section_cdw); in cs_gem_end()