Searched refs:files (Results 1 – 9 of 9) sorted by relevance
/bootable/recovery/applypatch/ |
D | freecache.cpp | 38 static int EliminateOpenFiles(std::set<std::string>* files) { in EliminateOpenFiles() argument 66 if (files->erase(link) > 0) { in EliminateOpenFiles() 77 std::set<std::string> files; in FindExpendableFiles() local 102 files.insert(path); in FindExpendableFiles() 107 printf("%zu regular files in deletable directories\n", files.size()); in FindExpendableFiles() 108 if (EliminateOpenFiles(&files) < 0) { in FindExpendableFiles() 111 return files; in FindExpendableFiles() 127 std::set<std::string> files = FindExpendableFiles(); in MakeFreeSpaceOnCache() local 128 if (files.empty()) { in MakeFreeSpaceOnCache() 140 for (const auto& file : files) { in MakeFreeSpaceOnCache()
|
D | applypatch_modes.cpp | 50 std::vector<FileContents>* files) { in ParsePatchArgs() argument 72 files->push_back(std::move(fc)); in ParsePatchArgs() 117 std::vector<FileContents> files; in PatchMode() local 118 if (!ParsePatchArgs(argc-5, argv+5, &sha1s, &files)) { in PatchMode() 124 for (size_t i = 0; i < files.size(); ++i) { in PatchMode() 126 VAL_BLOB, std::string(files[i].data.cbegin(), files[i].data.cend()))); in PatchMode()
|
/bootable/recovery/tools/recovery_l10n/ |
D | Android.mk | 11 LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
D | README.md | 24 adb root && adb pull /data/data/com.android.recovery_l10n/files/text-out.png 31 * zopflipng could further compress the png files by ~10%, more details
|
/bootable/recovery/tests/manual/ |
D | recovery_test.cpp | 113 std::vector<std::string> files; in add_files() local 120 return files; in add_files() 128 files.push_back(file_path); in add_files() 133 return files; in add_files()
|
/bootable/recovery/fonts/ |
D | OFL.txt | 29 "Font Software" refers to the set of files released by the Copyright 31 include source files, build scripts and documentation. 59 included either as stand-alone text files, human-readable headers or 61 binary files as long as those fields can be easily viewed by the user.
|
/bootable/recovery/tests/ |
D | Android.mk | 62 resource_files := $(call find-files-in-subdirs, bootable/recovery, \ 172 testdata_files := $(call find-subdir-files, testdata/*)
|
/bootable/recovery/ |
D | README.md | 44 `ResourceTest` validates whether the png files are qualified as background text 48 2. The test will automatically pickup and verify all `_text.png` files in
|
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|