Home
last modified time | relevance | path

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

/external/capstone/bindings/python/
Dsetup_cython.py101 class custom_build(build): class
126 cmdclass = {'build_ext': build_ext, 'build': custom_build},
Dsetup.py155 class custom_build(build): class
171 cmdclass['build'] = custom_build
/external/vulkan-validation-layers/scripts/
Dupdate_deps.py318 self.custom_build = json['custom_build'] if ('custom_build' in json) else []
372 for p in self.custom_build: