HomeSort by relevance Sort by last modified time
    Searched refs:FILES (Results 26 - 50 of 148) sorted by null

12 3 4 5 6

  /external/chromium_org/webkit/browser/fileapi/
sandbox_database_test_helper.cc 12 #include "base/files/file_enumerator.h"
24 base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES);
85 base::FileEnumerator::DIRECTORIES | base::FileEnumerator::FILES);
94 // We may have multiple files for the same type, so don't break here.
  /ndk/build/tools/
build-libportable.sh 178 # If needed, package files into tarballs
181 FILES="$LIBPORTABLE_SUBDIR/libs/$ABI/libportable.*"
184 pack_archive "$PACKAGE" "$NDK_DIR" "$FILES"
build-cxx-stl.sh 467 # If needed, package files into tarballs
470 FILES=""
472 FILES="$FILES $CXX_STL_SUBDIR/libs/$ABI/$LIB"
476 pack_archive "$PACKAGE" "$OUT_DIR" "$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...]
file_enumerator_win.cc 5 #include "base/files/file_enumerator.h"
128 // the next one in the queue. We applied the pattern (if any) to the files
130 // matched, we want to enumerate all files inside them. This will happen
155 } else if (file_type_ & FileEnumerator::FILES) {
  /external/chromium_org/chrome/browser/chromeos/
camera_detector.cc 9 #include "base/files/file_enumerator.h"
72 base::FileEnumerator::FILES | base::FileEnumerator::SHOW_SYM_LINKS);
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 86 # Misc files
87 FILES=${COMMON_RTL}/*.inc
88 for FILE in $FILES; do
  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux.cc 9 #include "base/files/file_enumerator.h"
10 #include "base/files/important_file_writer.h"
41 // Enumerate all pairing files in the pairing registry.
44 base::FileEnumerator::FILES,
67 // Delete all pairing files in the pairing registry.
70 base::FileEnumerator::FILES,
  /external/chromium_org/remoting/host/policy_hack/
policy_watcher_linux.cc 20 #include "base/files/file_enumerator.h"
21 #include "base/files/file_path.h"
22 #include "base/files/file_path_watcher.h"
41 // Amount of time we wait for the files on disk to settle before trying to load
42 // them. This alleviates the problem of reading partially written files and
83 // Stop watching for changes to files in the policies directory.
111 // Enumerate the files and find the most recent modification timestamp.
114 base::FileEnumerator::FILES);
131 // Enumerate the files and sort them lexicographically.
132 std::set<base::FilePath> files; local
    [all...]
  /external/chromium/chrome/browser/autofill/
data_driven_test.cc 40 file_util::FileEnumerator::FILES,
  /external/chromium_org/components/autofill/core/browser/
data_driven_test.cc 8 #include "base/files/file_enumerator.h"
42 base::FileEnumerator::FILES,
  /external/libcap-ng/libcap-ng-0.7/
py-compile 66 Usage: py-compile [--help] [--version] [--basedir DIR] [--destdir DIR] FILES..."
68 Byte compile some python scripts FILES. Use --destdir to specify any
69 leading directory path to the FILES that you don't want to include in the
98 files=$*
99 if test -z "$files"; then
100 usage_error "no files given"
122 files = '''$files'''
125 for file in files.split():
140 files = '''$files''
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 10 #include "base/files/file_enumerator.h"
114 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
156 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
160 // Delete files with invalid names, and files whose subkey doesn't pass the
202 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
  /external/chromium/base/test/
test_file_util_posix.cc 53 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
  /external/chromium_org/chrome/browser/chromeos/drive/
file_cache.cc 10 #include "base/files/file_enumerator.h"
105 // Remove all files which have no corresponding cache entries.
108 base::FileEnumerator::FILES);
333 // Remove files.
336 base::FileEnumerator::FILES);
379 base::FileEnumerator::FILES);
412 if (read_result == 0) // Skip empty files.
499 base::FileEnumerator::FILES);
504 // Delete files with multiple extensions.
  /external/chromium_org/net/disk_cache/
cache_util.cc 8 #include "base/files/file_enumerator.h"
92 base::FileEnumerator::FILES | base::FileEnumerator::DIRECTORIES);
102 // In order to process a potentially large number of files, we'll rename the
104 // directory), and use a worker thread to delete all the files on all the stale
  /external/chromium_org/tools/android/md5sum/
md5sum.cc 5 // Md5sum implementation for Android. This version handles files as well as
14 #include "base/files/file_enumerator.h"
15 #include "base/files/file_path.h"
49 // Returns the set of all files contained in |files|. This handles directories
51 std::set<std::string> MakeFileSet(const char** files) {
54 for (const char** file = files; *file; ++file) {
58 file_path, true /* recurse */, base::FileEnumerator::FILES);
81 const std::set<std::string> files = MakeFileSet(argv + 1); local
84 for (std::set<std::string>::const_iterator it = files.begin()
    [all...]
  /build/core/
cleanbuild.mk 108 # will notice when the configuration has changed and remove the files
165 # The files/dirs to delete during an installclean. This includes the
168 # Deletes all of the files that change between different build types,
201 # The files/dirs to delete during a dataclean, which removes any files
216 dataclean: FILES := $(dataclean_files)
218 $(hide) rm -rf $(FILES)
222 installclean: FILES := $(installclean_files)
224 $(hide) rm -rf $(FILES)
  /dalvik/
Android.mk 50 # generate the debug .dex files, with a copy in ./dalvik/DEBUG-FILES.
51 # We need to rebuild the .dex files for the debug output to be generated.
53 # a rebuild of the .dex files. If $(DX) doesn't exist yet,
55 # the .dex files naturally.
  /external/chromium_org/base/
file_util.cc 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
    [all...]
  /external/chromium_org/chrome/test/mini_installer_test/
installer_path_provider.cc 11 #include "base/files/file_enumerator.h"
32 // Return true if files/directories are found.
37 base::FileEnumerator files(root, false, type,
40 for (base::FilePath current = files.Next(); !current.empty();
41 current = files.Next()) {
43 entry.info = files.GetInfo();
140 base::FileEnumerator::FILES, &previous_installer);
214 if (FindNewestMatchingFile(windir, pattern, base::FileEnumerator::FILES,
  /external/chromium_org/components/policy/core/common/
config_dir_policy_loader.cc 14 #include "base/files/file_enumerator.h"
104 // Enumerate the files and find the most recent modification timestamp.
106 base::FileEnumerator::FILES);
121 // Enumerate the files and sort them lexicographically.
122 std::set<base::FilePath> files; local
124 base::FileEnumerator::FILES);
127 files.insert(config_file_path);
130 if (files.empty()) {
135 // Start with an empty dictionary and merge the files' contents.
136 // The files are processed in reverse order because |MergeFrom| gives priorit
    [all...]
  /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/third_party/openssl/openssl/crypto/des/
FILES0 4 FILES - This file.
65 /* The perl scripts - you can ignore these files they are only
78 * but did not fully finish, these files are part of that effort. */
  /external/openssl/crypto/des/
FILES0 4 FILES - This file.
65 /* The perl scripts - you can ignore these files they are only
78 * but did not fully finish, these files are part of that effort. */

Completed in 1028 milliseconds

12 3 4 5 6