Searched refs:file_path (Results 1 – 2 of 2) sorted by relevance
48 for file_path in files.split():49 dir = os.path.dirname(file_path)50 if file_path.find('exif') != -1 or file_path.find('common') != -1:51 file_path = 'gallerycommon/' + file_path variable52 cmd = 'cp %s/%s WallpaperPicker/%s/' % (gallery_dir, file_path, dir)
51 for file_path in files.split():52 file_path = src_dir + file_path variable53 dir = os.path.dirname(file_path)56 cmd = 'cp %s %s/%s' % (file_path, framework_dir, dir)