Searched refs:FilesBelongToSameModule (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 3573 def FilesBelongToSameModule(filename_cc, filename_h): function 3728 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/aosp_15_r20/external/google-styleguide/cpplint/ |
H A D | cpplint.py | 5419 def FilesBelongToSameModule(filename_cc, filename_h): function 5578 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
H A D | cpplint_unittest.py | 1125 f = cpplint.FilesBelongToSameModule
|
/aosp_15_r20/external/libaom/tools/ |
H A D | cpplint.py | 5416 def FilesBelongToSameModule(filename_cc, filename_h): function 5575 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/aosp_15_r20/external/libvpx/tools/ |
H A D | cpplint.py | 5416 def FilesBelongToSameModule(filename_cc, filename_h): function 5575 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|
/aosp_15_r20/tools/repohooks/tools/ |
H A D | cpplint.py | 5968 def FilesBelongToSameModule(filename_cc, filename_h): function 6131 (same_module, common_path) = FilesBelongToSameModule(abs_filename, header)
|