Lines Matching defs:src_dir
92 base::FilePath src_dir;
109 // the ZIP file. If this is empty, the whole contents of |src_dir| are
112 // These paths must be relative to |src_dir| and will be used as the file
113 // names in the created ZIP file. All files must be under |src_dir| in the
146 // Zip the contents of src_dir into dest_file. src_path must be a directory.
148 // of src_dir will be at the root level of the created zip. For each file in
149 // src_dir, include it only if the callback |filter_cb| returns true. Otherwise
151 bool ZipWithFilterCallback(const base::FilePath& src_dir,
158 bool Zip(const base::FilePath& src_dir,
165 // in |src_relative_paths| are relative to the |src_dir| and will be used as the
166 // file names in the created zip file. All source paths must be under |src_dir|
168 bool ZipFiles(const base::FilePath& src_dir,