|   /external/chromium_org/content/browser/zygote_host/ | 
| zygote_host_impl_linux.cc  | 16 #include "base/files/file_enumerator.h" 17 #include "base/files/file_util.h" 18 #include "base/files/scoped_file.h" 450   // So we just check for files in /selinux. This isn't foolproof, but it's not 458     base::FileEnumerator en(kSelinuxPath, false, base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/extensions/browser/ | 
| content_hash_fetcher.cc  | 10 #include "base/files/file_enumerator.h" 11 #include "base/files/file_util.h" 43 // have both verified_contents.json files from the webstore and 44 // computed_hashes.json files computed over the files in an extension's 70   // files that were found to have contents not matching expectations; these 117   // Computes hashes for all files in |extension_path_|, and uses a 358                                   base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/net/tools/dump_cache/ | 
| dump_files.cc  | 5 // Performs basic inspection of the disk cache files with minimal disruption 6 // to the actual files (they still may change if an error is detected on the 7 // files). 16 #include "base/files/file.h" 17 #include "base/files/file_enumerator.h" 18 #include "base/files/file_util.h" 63     printf("Unable to init block files\n"); 151 // Simple class that interacts with the set of cache files. 168   // Loads a specific block from the block files. 186     printf("Unable to init block files\n")     [all...] | 
|   /external/chromium_org/third_party/zlib/google/ | 
| zip_unittest.cc  | 9 #include "base/files/file.h" 10 #include "base/files/file_enumerator.h" 11 #include "base/files/file_path.h" 12 #include "base/files/file_util.h" 13 #include "base/files/scoped_temp_dir.h" 49     // Include a subset of files in |zip_file_list_| to test ZipFiles(). 85     base::FileEnumerator files(test_dir_, true, 86         base::FileEnumerator::FILES | base::FileEnumerator::DIRECTORIES); 87     base::FilePath next_path = files.Next(); 96       next_path = files.Next()     [all...] | 
|   /external/chromium_org/base/files/ | 
| file_util_posix.cc  | 5 #include "base/files/file_util.h" 34 #include "base/files/file_enumerator.h" 35 #include "base/files/file_path.h" 36 #include "base/files/scoped_file.h" 160 // Determine if /dev/shm files can be mapped and then mprotect'd PROT_EXEC. 220       FileEnumerator::FILES | FileEnumerator::DIRECTORIES | 283   int traverse_type = FileEnumerator::FILES | FileEnumerator::SHOW_SYM_LINKS; 657 // NaCl doesn't implement system calls to open files directly. 839   // must be the same type, either both files, or both directories.
  | 
| file_util_unittest.cc  | 27 #include "base/files/file_enumerator.h" 28 #include "base/files/file_path.h" 29 #include "base/files/file_util.h" 30 #include "base/files/scoped_file.h" 31 #include "base/files/scoped_temp_dir.h" 181     FileEnumerator::FILES | FileEnumerator::DIRECTORIES; 256   // Create three files of 20, 30 and 3 chars (utf8). ComputeDirectorySize 816   FileEnumerator f1(subdir_path, true, FileEnumerator::FILES); 828   FileEnumerator f2(subdir_path, true, FileEnumerator::FILES);     [all...] | 
| file_util_win.cc  | 5 #include "base/files/file_util.h" 18 #include "base/files/file_enumerator.h" 19 #include "base/files/file_path.h" 146   // analyzing all our usage of files. 172   int traverse_type = FileEnumerator::FILES; 735   // analyzing all our usage of files. 769   // analyzing all our usage of files.
  | 
|   /external/chromium_org/chrome/browser/profiles/ | 
| profile_shortcut_manager_win.cc  | 14 #include "base/files/file_enumerator.h" 15 #include "base/files/file_util.h" 292                                   base::FileEnumerator::FILES); 486                                   base::FileEnumerator::FILES);     [all...] | 
|   /external/chromium_org/chrome/installer/util/ | 
| shell_util_unittest.cc  | 11 #include "base/files/file_enumerator.h" 12 #include "base/files/file_util.h" 13 #include "base/files/scoped_temp_dir.h"     [all...] | 
|   /external/e2fsprogs/lib/ss/ | 
| Makefile.in  | 88 FILES=	$(SRCS) $(MKCMDSFILES) $(HFILES) \
  | 
|   /build/core/ | 
| definitions.mk  | 36 # Some targets may have multiple files listed in the BUILT and INSTALLED 58 # Full paths to all prebuilt files that will be copied 62 # Full path to all files that are made by some tool 65 # Full path to all asm, C, C++, lex and yacc generated C files. 72 # These files go into the SDK 75 # Files for dalvik.  This is often build without building the rest of the OS. 78 # All findbugs xml files 81 # GPL module license files 178 ## Find all of the java files under the named directories. 180 ##    SRC_FILES := $(call all-java-files-under,src tests     [all...] | 
|   /external/chromium_org/chrome/browser/devtools/ | 
| devtools_file_system_indexer.cc  | 11 #include "base/files/file_enumerator.h" 12 #include "base/files/file_util.h" 13 #include "base/files/file_util_proxy.h" 300         new FileEnumerator(file_system_path_, true, FileEnumerator::FILES));
  | 
|   /external/chromium_org/chrome/browser/ | 
| shell_integration_win.cc  | 14 #include "base/files/file_enumerator.h" 15 #include "base/files/file_util.h" 448       base::FileEnumerator::FILES, FILE_PATH_LITERAL("*.lnk"));
  | 
| shell_integration_linux.cc  | 24 #include "base/files/file_enumerator.h" 25 #include "base/files/file_path.h" 26 #include "base/files/file_util.h" 27 #include "base/files/scoped_temp_dir.h" 66   // files on top of originals after making changes to them. In the event that 67   // the original files are owned by another user (e.g. root, which can happen 752   base::FileEnumerator files(directory, false, base::FileEnumerator::FILES, 754   base::FilePath shortcut_file = files.Next(); 758     shortcut_file = files.Next()     [all...] | 
|   /external/chromium_org/chrome/browser/web_applications/ | 
| web_app_win.cc  | 10 #include "base/files/file_enumerator.h" 11 #include "base/files/file_util.h" 124     base::FileEnumerator files(shortcut_path, false, 125                                base::FileEnumerator::FILES, 127     base::FilePath shortcut_file = files.Next(); 131       shortcut_file = files.Next();
  | 
|   /external/chromium_org/chrome/installer/test/ | 
| alternate_version_generator.cc  | 10 // - Runs through all .dll and .exe files: 11 //   - Replacing all occurrences of the Unicode version string in the files' 36 #include "base/files/file.h" 37 #include "base/files/file_enumerator.h" 38 #include "base/files/file_path.h" 39 #include "base/files/file_util.h" 202       LOG(DFATAL) << "Files larger than " << std::numeric_limits<DWORD>::max() 415 // Raises or lowers the version of all .exe and .dll files in |work_dir| as well 433   // Modify all .dll and .exe files with the current version. 435   base::FileEnumerator all_files(work_dir, true, base::FileEnumerator::FILES);     [all...] | 
|   /external/chromium_org/cloud_print/virtual_driver/win/port_monitor/ | 
| port_monitor.cc  | 17 #include "base/files/file_enumerator.h" 18 #include "base/files/file_util.h" 121 // Delete files which where not deleted by chrome. 124   base::FileEnumerator enumerator(dir, false, base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/content/browser/dom_storage/ | 
| dom_storage_context_impl.cc  | 9 #include "base/files/file_enumerator.h" 10 #include "base/files/file_util.h" 93                                   base::FileEnumerator::FILES); 184     // thru that sequence (and closed their database files).
  | 
|   /external/chromium_org/content/browser/fileapi/ | 
| dragged_file_util_unittest.cc  | 11 #include "base/files/file_enumerator.h" 12 #include "base/files/file_util.h" 13 #include "base/files/scoped_temp_dir.h" 43 // RegularTestCases (so that we can simulate a drop with files/directories 105     // Register the files/directories of RegularTestCases (with random 106     // root paths) as dropped files. 267       // We create the test case files under one of the kRootPaths 348     // We should not be able to get the valid URL for unregistered files. 371         base::FileEnumerator::FILES | base::FileEnumerator::DIRECTORIES);
  | 
|   /external/chromium_org/content/browser/indexed_db/ | 
| indexed_db_browsertest.cc  | 7 #include "base/files/file.h" 8 #include "base/files/file_enumerator.h" 9 #include "base/files/file_path.h" 10 #include "base/files/file_util.h" 447       idb_data_path, recursive, base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/gpu/config/ | 
| gpu_info_collector_win.cc  | 18 #include "base/files/file_enumerator.h" 19 #include "base/files/file_path.h" 20 #include "base/files/file_util.h" 70   // http://crbug.com/124325, read the assessment result files directly. 73   // Get path to WinSAT results files. 88       base::FileEnumerator::FILES,
  | 
|   /external/clang/tools/scan-build/ | 
| scan-build  | 77   Diag ("The analyzer encountered problems on some source files.\n"); 79   Diag ("Please consider submitting a bug report using these files:\n"); 155     # Iterate over all files in the specified directory. 158     my @FILES = grep { -d "$Dir/$_" } readdir(DIR); 161     foreach my $f (@FILES) { 162       # Strip the prefix '$Prog-' if we are dumping files to /tmp. 250   # just looking for duplicate files that come from a non-malicious source. 263 #  UpdatePrefix - Compute the common prefix of files. 429 # CopyFiles - Copy resource files to target directory. 471   # Calculate the unique files     [all...] | 
|   /external/chromium_org/chrome/browser/android/thumbnail/ | 
| thumbnail_store.cc  | 11 #include "base/files/file.h" 12 #include "base/files/file_enumerator.h" 13 #include "base/files/file_path.h" 14 #include "base/files/file_util.h" 340   base::FileEnumerator enumerator(dir_path, false, base::FileEnumerator::FILES);
  | 
|   /external/chromium_org/chrome/browser/chromeos/extensions/ | 
| wallpaper_private_api.cc  | 16 #include "base/files/file_enumerator.h" 17 #include "base/files/file_util.h"     [all...] | 
|   /external/chromium_org/chrome/browser/media_galleries/fileapi/ | 
| native_media_file_util.cc  | 11 #include "base/files/file_enumerator.h" 12 #include "base/files/file_util.h" 563       base::FileEnumerator::FILES | base::FileEnumerator::DIRECTORIES);
  |