Lines Matching full:filename
85 filename = bin_file[bin_file.rfind('/') + 1:]
86 if file_dict.get(filename) is None:
87 file_dict[filename] = [bin_file]
89 file_dict[filename].append(bin_file)
92 for filename in files:
93 paths = file_dict.get(filename)
97 build_id = get_build_id(os.path.join(root, filename))
105 os.path.join(root, filename), bin_file)
168 filename = device_path[device_path.rfind('/') + 1:]
172 os.path.join('/data/local/tmp/', filename),
175 os.path.join('/data/local/tmp/', filename)])