Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dgenerate_build_files.py731 def ExtractPerlAsmFromCMakeFile(cmakefile): argument
735 with open(cmakefile) as f:
741 raise ValueError('Bad perlasm line in %s' % cmakefile)
745 raise ValueError('Bad perlasm line in %s' % cmakefile)
748 'input': os.path.join(os.path.dirname(cmakefile), params[1]),
749 'output': os.path.join(os.path.dirname(cmakefile), params[0]),
761 for cmakefile in cmakefiles:
762 perlasms.extend(ExtractPerlAsmFromCMakeFile(cmakefile))
831 def ExtractVariablesFromCMakeFile(cmakefile): argument
837 with open(cmakefile) as f: