Searched refs:cpp_file_path (Results 1 – 2 of 2) sorted by relevance
398 self.cpp_file_path = None407 def setCppFilePath(self, cpp_file_path): argument408 self.cpp_file_path = cpp_file_path426 if self.cpp_file_path:427 output_file = GeneratedFile._getOutputFile(self.cpp_file_path, check_only, temp_files)437 if self.cpp_file_path:438 if not filecmp.cmp(self.cpp_output_file, self.cpp_file_path):
51 def clang_format(cpp_file_path: str) -> None:54 subprocess.check_call(["clang-format", "-i", cpp_file_path])