Searched refs:profile_dir (Results 1 – 1 of 1) sorted by relevance
58 def merge_profraws(self, profile_dir, output): argument59 profraws = [os.path.join(profile_dir, p) for p in self.profraw_files(profile_dir)]70 def profraw_files(self, profile_dir): argument92 def profraw_files(self, profile_dir): argument93 return os.listdir(profile_dir)121 profile_dir = os.path.join(profile_base, invocation_dirs[0])122 zipfiles = [f for f in os.listdir(profile_dir) if f.startswith('_data_local_tmp')]125 raise RuntimeError('Expected one zipfile in {}. Found {}'.format(profile_dir,128 zipfile_name = os.path.join(profile_dir, zipfiles[0])