Home
last modified time | relevance | path

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

/device/google/cuttlefish/tools/
Dtombstone_to_line.py44 def lookup_addr(args, object_path, address): argument
46 if object_path[0] == os.path.sep:
47 object_path = object_path[1:]
49 os.path.join(args.symbols, object_path), address]