Home
last modified time | relevance | path

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

/external/perfetto/tools/
Dwrite_version_header.py42 def get_latest_release(changelog_path): argument
46 if not changelog_path:
48 changelog_path = 'CHANGELOG'
50 changelog_path = os.path.join(PROJECT_ROOT, 'CHANGELOG')
51 with open(changelog_path) as f:
56 raise Exception('Failed to fetch Perfetto version from %s' % changelog_path)
Dgen_amalgamated586 changelog_path = os.path.join(project_root, 'CHANGELOG')
587 assert(os.path.exists(changelog_path))
588 subprocess.check_call(['touch', '-c', changelog_path])
/external/fmtlib/support/
Dmanage.py222 changelog_path = os.path.join(fmt_repo.dir, changelog)
224 changes, version = rst2md.convert(changelog_path)
235 for line in fileinput.input(changelog_path, inplace=True):