Home
last modified time | relevance | path

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

/external/angle/src/
Dcommit_id.py30 def unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path): argument
32 with open(packed_refs_full_path) as fin:
76 packed_refs_full_path = os.path.join(cwd, '.git', 'packed-refs') variable
77 unpack_ref(ref_file, ref_file_full_path, packed_refs_full_path)