Searched refs:maps_path (Results 1 – 1 of 1) sorted by relevance
63 def prepare_symbol_info(maps_path, argument101 matched = re.match('^(.*)\.maps$', os.path.basename(maps_path))105 matched = re.match('^/proc/(.*)/maps$', os.path.realpath(maps_path))109 output_dir_path = os.path.basename(maps_path) + '.pre'144 shutil.copyfile(maps_path, os.path.join(output_dir_path, 'maps'))146 with open(maps_path, mode='r') as f: