Searched refs:files_to_zip (Results 1 – 6 of 6) sorted by relevance
72 const std::vector<base::FilePath>& files_to_zip() const { return src_files_; } in files_to_zip() function
119 const std::vector<base::FilePath>* files_to_add = ¶ms.files_to_zip(); in Zip()