Home
last modified time | relevance | path

Searched refs:cpp_file_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/vehicle/tools/
H A Dgenerate_annotation_enums.py398 self.cpp_file_path = None
407 def setCppFilePath(self, cpp_file_path): argument
408 self.cpp_file_path = cpp_file_path
426 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):
/aosp_15_r20/external/pytorch/torchgen/static_runtime/
H A Dgen_static_runtime_ops.py51 def clang_format(cpp_file_path: str) -> None:
54 subprocess.check_call(["clang-format", "-i", cpp_file_path])