Lines Matching full:filename
86 filename = bin_file[bin_file.rfind('/') + 1:]
87 if file_dict.get(filename) is None:
88 file_dict[filename] = [bin_file]
90 file_dict[filename].append(bin_file)
93 for filename in files:
94 paths = file_dict.get(filename)
98 build_id = get_build_id(os.path.join(root, filename))
106 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)])