Home
last modified time | relevance | path

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

/external/boringssl/src/util/
Dgenerate_build_files.py509 def ExtractPerlAsmFromCMakeFile(cmakefile): argument
513 with open(cmakefile) as f:
519 raise ValueError('Bad perlasm line in %s' % cmakefile)
523 raise ValueError('Bad perlasm line in %s' % cmakefile)
526 'input': os.path.join(os.path.dirname(cmakefile), params[1]),
527 'output': os.path.join(os.path.dirname(cmakefile), params[0]),
539 for cmakefile in cmakefiles:
540 perlasms.extend(ExtractPerlAsmFromCMakeFile(cmakefile))