Searched refs:ninja_path (Results 1 – 2 of 2) sorted by relevance
97 ninja_path = os.path.join(self.config.root_path, 'prebuilts/build-tools/{}-x86/bin/ninja'99 if os.path.exists(ninja_path):100 self.exec = ninja_path103 'There is no gn executable file at {}'.format(ninja_path), '0001')
337 def ninja_path(self): member in Config