Lines Matching full:join
22 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
32 SKIA_TOOLS = os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir, 'tools')
58 new_file_name = ''.join([x if x.isalnum() else "_"
61 os.rename(os.path.join('skps', f),
62 os.path.join('skps', new_file_name + '.skp'))
109 'python', '-u', os.path.join(SKIA_TOOLS, 'skp', 'webpages_playback.py'),
119 ' '.join(webpages_playback_cmd))
159 src = os.path.join(os.getcwd(), 'playback', 'skps')
162 shutil.copyfile(os.path.join(src, f), os.path.join(target_dir, f))
170 'gsutil', 'cp', os.path.join(PRIVATE_SKPS_GS, '*'), old_skps_dir])
181 os.path.join(new_skps_dir, f), os.path.join(target_dir, f))