Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/
H A Dcommit_id.py47 def unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path): argument
61 with open(ref_file_full_path, 'w') as fout:
92 ref_file_full_path = os.path.join(cwd, git_common_dir, ref_file) variable
93 ref_file_exists = os.path.exists(ref_file_full_path)
97 unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path)