Searched refs:file_list (Results 1 – 2 of 2) sorted by relevance
559 void ComputeExpectedTotalBytes(const std::vector<copyinfo>& file_list) { in ComputeExpectedTotalBytes() argument561 for (const copyinfo& ci : file_list) { in ComputeExpectedTotalBytes()797 static bool local_build_list(SyncConnection& sc, std::vector<copyinfo>* file_list, in local_build_list() argument834 file_list->push_back(ci); in local_build_list()850 file_list->push_back(ci); in local_build_list()855 local_build_list(sc, file_list, ci.lpath, ci.rpath); in local_build_list()871 std::vector<copyinfo> file_list; in copy_local_dir_remote() local873 if (!local_build_list(sc, &file_list, lpath, rpath)) { in copy_local_dir_remote()878 for (const copyinfo& ci : file_list) { in copy_local_dir_remote()884 for (copyinfo& ci : file_list) { in copy_local_dir_remote()[all …]
74 self.file_list = []77 self.file_list.append('')135 id = len(self.file_list)136 self.file_list.append(file)150 for file in self.file_list:173 self.file_list[from_id] = self.file_list[to_id]183 source_lines.append(SourceLine(self.file_list[source.file],