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

12 3

  /external/chromium/chrome/common/
zip_unittest.cc 55 file_util::FileEnumerator files(test_dir_, true,
57 file_util::FileEnumerator::FILES |
59 FilePath next_path = files.Next();
68 next_path = files.Next();
zip.cc 295 file_util::FileEnumerator::FILES |
  /build/core/
cleanspec.mk 20 # 2. REMOVE ALL FILES NAMED CleanSpec.mk.
32 # a file or delete some intermediate files, add a clean step to the end
41 # files that are missing or have been moved.
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
161 ## Find all of the java files under the named directories.
163 ## SRC_FILES := $(call all-java-files-under,src tests)
166 define all-java-files-unde
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper.cc 36 // Enumerates all indexed database files in the WEBKIT thread.
107 false, file_util::FileEnumerator::FILES);
browsing_data_local_storage_helper.cc 95 false, file_util::FileEnumerator::FILES);
shell_integration_win.cc 151 file_util::FileEnumerator::FILES,
300 // since the user may have changed their shell settings to cause HTML files
  /external/chromium/net/base/
directory_lister.cc 105 int types = file_util::FileEnumerator::FILES |
172 // Directories before regular files.
192 // Directories before regular files.
  /external/dhcpcd/
Makefile 27 FILES= dhcpcd.conf
  /external/chromium/base/
file_util.h 69 // Returns the number of files matching the current path that were
80 // Returns the total number of bytes used by all the files under |root_path|.
87 // Returns the total number of bytes used by all files matching the provided
124 // temporary files. On Windows it preserves attributes of the target file.
133 // If there are files existing under to_path, always overwrite.
163 // Returns true if the contents of the two files given are equal, false
168 // Returns true if the contents of the two text files given are equal, false
258 // Get a temporary directory for shared memory files.
279 // Like above but for shmem files. Only useful for POSIX.
324 // Returns false it it fails. Empty files cannot be resolved with thi
    [all...]
file_util_posix.cc 120 // means that files which are newer than |comparison_time| may
130 // all, we may have to accept either of the two issues: 1. files
132 // (current implementation) 2. files newer than
165 FileEnumerator::FILES | FileEnumerator::DIRECTORIES |
189 // must be the same type, either both files, or both directories.
253 static_cast<FileEnumerator::FILE_TYPE>(FileEnumerator::FILES |
683 (!S_ISDIR(i->stat.st_mode) && (file_type_ & FILES)))
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 141 file_util::FileEnumerator::FILES);
293 NavigateToURL(test_server.GetURL("files/printing/test1.html"));
307 "files/printing/test2.html", L"test2",
309 "files/printing/test3.html", L"test3",
311 "files/printing/test4.html", L"test4",
376 GURL url = test_server.GetURL("files/printing/popup_delayed_print.htm");
387 url = test_server.GetURL("files/printing/test1.html");
408 GURL url = test_server.GetURL("files/printing/iframe.htm");
419 url = test_server.GetURL("files/printing/test1.html");
  /external/chromium/net/disk_cache/
block_files_unittest.cc 16 // Returns the number of files in this folder.
18 file_util::FileEnumerator iter(path, false, file_util::FileEnumerator::FILES);
35 BlockFiles files(path);
36 ASSERT_TRUE(files.Init(true));
41 // Fill up the 32-byte block file (use three files).
43 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[i]));
47 // Make sure we don't keep adding files.
50 files.DeleteBlock(address[target], false);
51 EXPECT_TRUE(files.CreateBlock(RANKINGS, 4, &address[target]));
56 // We should be able to delete empty block files
    [all...]
  /external/chromium/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).
107 // Simple class that interacts with the set of cache files.
124 // Loads a specific block from the block files.
142 printf("Unable to init block files\n");
288 // Dumps the headers of all files.
297 file_util::FileEnumerator::FILES, pattern);
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 193 file_util::FileEnumerator::FILES,
  /external/chromium/chrome/browser/history/
text_database_manager.cc 26 // The number of database files we will be attached to at once.
157 // Find files on disk matching our pattern so we can quickly test for them.
161 dir_, false, file_util::FileEnumerator::FILES, filepattern);
385 // Now go through and delete all the files.
456 // few dozen files at most, so this should not be an issue.
expire_history_backend.cc 128 // delete old history index files.
132 // the history index files.
671 // Can't expire old history index files because we
694 text_db_->GetDir(), false, file_util::FileEnumerator::FILES,
  /external/clang/tools/scan-build/
scan-build 61 Diag ("The analyzer encountered problems on some source files.\n");
63 Diag ("Please consider submitting a bug report using these files:\n");
138 # Iterate over all files in the specified directory.
141 my @FILES = grep { -d "$Dir/$_" } readdir(DIR);
144 foreach my $f (@FILES) {
145 # Strip the prefix '$Prog-' if we are dumping files to /tmp.
225 # just looking for duplicate files that come from a non-malicious source.
238 # UpdatePrefix - Compute the common prefix of files.
397 # CopyFiles - Copy resource files to target directory.
439 # Calculate the unique files
    [all...]
  /external/e2fsprogs/lib/ss/
Makefile.in 92 FILES= $(SRCS) $(MKCMDSFILES) $(HFILES) \
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 369 std::vector<FilePath> files; local
370 GetSearchEnginesXMLFiles(&files);
373 ParseSearchEnginesFromXMLFiles(files, &search_engines);
388 std::vector<FilePath>* files) {
389 // Search engines are contained in XML files in a searchplugins directory that
394 FindXMLFilesInDir(dir, files);
397 FindXMLFilesInDir(profile_dir, files);
642 file_util::FileEnumerator::FILES,
firefox3_importer.cc 344 std::vector<FilePath> files; local
345 GetSearchEnginesXMLFiles(&files);
348 ParseSearchEnginesFromXMLFiles(files, &search_engines);
362 std::vector<FilePath>* files) {
411 files->push_back(file);
431 file_util::FileEnumerator::FILES);
434 files->push_back(engine_path);
ie_importer.cc 542 favorites_path, true, file_util::FileEnumerator::FILES);
  /external/chromium/chrome/browser/ui/webui/
bug_report_ui.cc 81 file_util::FileEnumerator::FILES,
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 34 // Validates locale info. Doesn't check if messages.json files are valid.
493 // Enumerate all files and directories in the extension root.
501 file_util::FileEnumerator::FILES));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 67 import android.provider.MediaStore.Files;
68 import android.provider.MediaStore.Files.FileColumns;
190 // entries for that storage from the files table.
206 // We do this to avoid deleting files if the volume is remounted while
209 values.put(Files.FileColumns.DATA, "");
212 db.update("files", values, where, whereArgs);
214 db.delete("files", where, whereArgs);
215 // notify on media Uris as well as the files Uri
223 Files.getContentUri(EXTERNAL_VOLUME), null);
4376 File[] files = new File(mExternalStoragePaths[0], ALBUM_THUMB_FOLDER).listFiles(); local
    [all...]

Completed in 3346 milliseconds

12 3