HomeSort by relevance Sort by last modified time
    Searched defs:FILES (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/lcov/
Makefile 7 # - dist: create files required for distribution, i.e. the lcov.tar.gz
10 # will be updated in all necessary files.
11 # - clean: remove all generated files
21 FILES := $(wildcard bin/*) $(wildcard man/*) README CHANGES Makefile \
70 lcov-$(VERSION).tar.gz: $(FILES)
  /external/chromium_org/ui/events/ozone/device/
device_manager_manual.cc 7 #include "base/files/file_enumerator.h"
20 base::FileEnumerator::FILES,
  /external/chromium_org/mojo/common/test/
test_support_impl.cc 10 #include "base/files/file_enumerator.h"
11 #include "base/files/file_path.h"
12 #include "base/files/file_util.h"
60 base::FileEnumerator::FILES);
  /build/core/
cleanbuild.mk 130 # will notice when the configuration has changed and remove the files
175 # The files/dirs to delete during an installclean. This includes the
178 # Deletes all of the files that change between different build types,
217 # The files/dirs to delete during a dataclean, which removes any files
232 dataclean: FILES := $(dataclean_files)
234 $(hide) rm -rf $(FILES)
238 installclean: FILES := $(installclean_files)
240 $(hide) rm -rf $(FILES)
  /external/chromium_org/base/files/
file_enumerator.h 13 #include "base/files/file_path.h"
26 // A class for enumerating the files in a provided path. The order of the
33 // base::FileEnumerator enum(my_dir, false, base::FileEnumerator::FILES,
76 FILES = 1 << 0,
89 // files in one directory will be returned before any files in a
93 // should match files, directories, or both.
95 // |pattern| is an optional pattern for which files to match. This
100 // If unspecified, this will match all files.
101 // NOTE: the pattern only matches the contents of root_path, not files i
    [all...]
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_local_storage_helper_browsertest.cc 13 #include "base/files/file_enumerator.h"
14 #include "base/files/file_path.h"
15 #include "base/files/file_util.h"
88 // There's no guarantee on the order, ensure these files are there.
137 base::FileEnumerator::FILES);
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 5 #include "base/files/file_enumerator.h"
106 base::FileEnumerator::FILES,
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store_unittest.cc 7 #include "base/files/file_enumerator.h"
8 #include "base/files/file_util.h"
9 #include "base/files/scoped_temp_dir.h"
162 // Close it (so we remove the lock), and replace all files with LolCats.
165 database_path(), true /* recursive */, base::FileEnumerator::FILES);
  /external/dhcpcd/
Makefile 27 FILES= dhcpcd.conf
  /external/chromium_org/chrome/browser/extensions/api/music_manager_private/
device_id_linux.cc 15 #include "base/files/file_enumerator.h"
16 #include "base/files/file_path.h"
17 #include "base/files/file_util.h"
49 base::FileEnumerator files(base::FilePath(kDiskByUuidDirectoryName),
51 base::FileEnumerator::FILES);
53 base::FilePath file_path = files.Next();
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_apprtc_browsertest.cc 6 #include "base/files/file_enumerator.h"
209 false, 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 

Completed in 424 milliseconds