Lines Matching full:join
75 files += glob.glob(os.path.join(path, f))
119 dest_dir = os.path.join(downstream, 'third_party/inspector_protocol')
127 os.path.join(src_dir, f), os.path.join(dest_dir, f)))]
139 contents = open(os.path.join(src_dir, f)).read()
146 open(os.path.join(dest_dir, f), 'w').write(contents)
147 shutil.copymode(os.path.join(src_dir, f), os.path.join(dest_dir, f))
149 os.unlink(os.path.join(dest_dir, f))
151 lines = open(os.path.join(dest_dir, 'README.v8')).readlines()
152 f = open(os.path.join(dest_dir, 'README.v8'), 'w')