/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. */
|
/external/chromium/base/ |
file_util.cc | 80 // We open the file in binary format even if they are text files because 81 // we are just comparing that bytes are exactly same in both files and not 88 // Even if both files aren't openable (and thus, in some sense, "equal"), 117 // Even if both files aren't openable (and thus, in some sense, "equal"), 171 FileEnumerator files(dir_path, false, 173 FileEnumerator::FILES | FileEnumerator::DIRECTORIES)); 174 if (files.Next().value().empty()) 278 FileEnumerator file_iter(root_path, true, FileEnumerator::FILES); 296 FileEnumerator file_iter(directory, false, FileEnumerator::FILES, pattern);
|
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/ |
browsing_data_local_storage_helper_browsertest.cc | 77 // There's no guarantee on the order, ensure these files are there. 126 file_util::FileEnumerator::FILES);
|
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/chrome/browser/extensions/ |
sandboxed_extension_unpacker_unittest.cc | 126 // Check that temporary files were cleaned up. 130 file_util::FileEnumerator::FILES);
|
user_script_master.cc | 193 file_util::FileEnumerator::FILES,
|
/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 81 # GPL module license files 173 ## Find all of the java files under the named directories. 175 ## SRC_FILES := $(call all-java-files-under,src tests [all...] |
/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/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/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/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);
|