Home
last modified time | relevance | path

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

/build/soong/scripts/hiddenapi/
Danalyze_bcpf.py916 bcpf_flags_file): argument
942 bcpf_flags_file, f"""Add the following entries:
953 rel_bcpf_flags_file, bcpf_flags_file): argument
961 os.makedirs(os.path.dirname(bcpf_flags_file), exist_ok=True)
963 bcpf_flags_file_exists = os.path.exists(bcpf_flags_file)
973 with open(bcpf_flags_file, "a", encoding="utf8") as b:
1011 bcpf_flags_file,
1019 self.new_file_change(bcpf_flags_file, desc))
1025 os.remove(bcpf_flags_file)
1054 bcpf_flags_file = os.path.join(self.top_dir, bcpf_dir,
[all …]