Lines Matching full:join
23 INFRA_BOTS_DIR = os.path.realpath(os.path.join(FILE_DIR, os.pardir))
48 fw.write(os.path.join('subdir', 'd.txt'), 0640)
57 target = os.path.join(self.dir, name)
60 contents = os.listdir(os.path.join(self.dir, name))
64 shutil.copytree(target_dir, os.path.join(self.dir, name, str(version)))
67 shutil.copytree(os.path.join(self.dir, name, str(version)), target_dir)
88 input_dir = os.path.join(os.getcwd(), 'input')
93 output_dir = os.path.join(os.getcwd(), 'output')
102 input_dir = os.path.join(os.getcwd(), 'input')
195 asset_dir = os.path.join(FILE_DIR, self.asset_name)
206 input_dir = os.path.join(os.getcwd(), 'input')
211 output_dir = os.path.join(os.getcwd(), 'output')
220 input_dir = os.path.join(os.getcwd(), 'input')