Lines Matching refs:path
21 FILE_DIR = os.path.dirname(os.path.abspath(__file__))
22 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir, os.pardir))
23 sys.path.insert(0, INFRA_BOTS_DIR)
32 SKIA_TOOLS = os.path.join(INFRA_BOTS_DIR, os.pardir, os.pardir, 'tools')
57 original_file_name = os.path.splitext(f)[0]
61 os.rename(os.path.join('skps', f),
62 os.path.join('skps', new_file_name + '.skp'))
83 browser_executable = os.path.realpath(browser_executable)
84 chrome_src_path = os.path.realpath(chrome_src_path)
85 dm_path = os.path.realpath(dm_path)
86 target_dir = os.path.realpath(target_dir)
88 if not os.path.exists(target_dir):
109 'python', '-u', os.path.join(SKIA_TOOLS, 'skp', 'webpages_playback.py'),
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))