Searched refs:priority_headers (Results 1 – 1 of 1) sorted by relevance
53 priority_headers = [os.path.join('components', 'esp_common', 'include', 'esp_err.h')] variable91 if self.file in priority_headers and other.file not in priority_headers:93 elif self.file not in priority_headers and other.file in priority_headers: