Home
last modified time | relevance | path

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

/external/cronet/tot/build/toolchain/win/
Dmidl.py100 def get_tlb_contents(tlb_file): argument
102 contents = open(tlb_file, 'rb').read()
197 def overwrite_guids_tlb(tlb_file, dynamic_guids): argument
198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file)
207 open(tlb_file, 'wb').write(contents)
230 def overwrite_guids(h_file, iid_file, proxy_file, tlb_file, dynamic_guids): argument
235 if tlb_file:
236 overwrite_guids_tlb(tlb_file, dynamic_guids)
/external/cronet/stable/build/toolchain/win/
Dmidl.py100 def get_tlb_contents(tlb_file): argument
102 contents = open(tlb_file, 'rb').read()
197 def overwrite_guids_tlb(tlb_file, dynamic_guids): argument
198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file)
207 open(tlb_file, 'wb').write(contents)
230 def overwrite_guids(h_file, iid_file, proxy_file, tlb_file, dynamic_guids): argument
235 if tlb_file:
236 overwrite_guids_tlb(tlb_file, dynamic_guids)
/external/angle/build/toolchain/win/
Dmidl.py100 def get_tlb_contents(tlb_file): argument
102 contents = open(tlb_file, 'rb').read()
197 def overwrite_guids_tlb(tlb_file, dynamic_guids): argument
198 contents, ntypes, type_off, guid_off, guid_len = get_tlb_contents(tlb_file)
207 open(tlb_file, 'wb').write(contents)
230 def overwrite_guids(h_file, iid_file, proxy_file, tlb_file, dynamic_guids): argument
235 if tlb_file:
236 overwrite_guids_tlb(tlb_file, dynamic_guids)