Lines Matching refs:FILES
14 #include "base/files/file_enumerator.h"
15 #include "base/files/file_path.h"
26 // The maximum number of 'uniquified' files we will try to create.
30 // Also used by code that cleans up said files.
37 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES);
56 // We open the file in binary format even if they are text files because
57 // we are just comparing that bytes are exactly same in both files and not
64 // Even if both files aren't openable (and thus, in some sense, "equal"),
93 // Even if both files aren't openable (and thus, in some sense, "equal"),
149 FileEnumerator files(dir_path, false,
150 FileEnumerator::FILES | FileEnumerator::DIRECTORIES);
151 if (files.Next().empty())