Home | History | Annotate | Download | only in base

Lines Matching full:recursive

119 bool Delete(const FilePath& path, bool recursive) {
125 if (!recursive) {
150 if (!recursive)
247 bool recursive) {
273 if (!recursive)
280 bool recursive) {
283 if (recursive)
292 // Except that Vista fails to do that, and instead do a recursive copy if
842 bool recursive,
844 : recursive_(recursive),
848 // INCLUDE_DOT_DOT must not be specified if recursive.
849 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
854 bool recursive,
857 : recursive_(recursive),
862 // INCLUDE_DOT_DOT must not be specified if recursive.
863 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
939 // If |cur_file| is a directory, and we are doing recursive searching,