Home
last modified time | relevance | path

Searched refs:files (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/applypatch/
Dfreecache.cpp37 static int EliminateOpenFiles(std::set<std::string>* files) { in EliminateOpenFiles() argument
65 if (files->erase(link) > 0) { in EliminateOpenFiles()
76 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()
121 std::set<std::string> files = FindExpendableFiles(); in MakeFreeSpaceOnCache() local
122 if (files.empty()) { in MakeFreeSpaceOnCache()
134 for (const auto& file : files) { in MakeFreeSpaceOnCache()
Dmain.cpp53 std::vector<FileContents>* files) { in ParsePatchArgs() argument
74 files->push_back(std::move(fc)); in ParsePatchArgs()
122 std::vector<FileContents> files; in PatchMode() local
123 if (!ParsePatchArgs(argc-5, argv+5, &sha1s, &files)) { in PatchMode()
127 std::vector<Value> patches(files.size()); in PatchMode()
128 std::vector<Value*> patch_ptrs(files.size()); in PatchMode()
129 for (size_t i = 0; i < files.size(); ++i) { in PatchMode()
131 patches[i].size = files[i].data.size(); in PatchMode()
132 patches[i].data = reinterpret_cast<char*>(files[i].data.data()); in PatchMode()
/bootable/recovery/tools/recovery_l10n/
DAndroid.mk10 LOCAL_SRC_FILES := $(call all-java-files-under, src)
/bootable/recovery/fonts/
DOFL.txt29 "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/
DAndroid.mk61 testdata_files := $(call find-subdir-files, testdata/*)
/bootable/recovery/
DNOTICE41 source, and configuration files.
110 (b) You must cause any modified files to carry prominent notices
111 stating that You changed the files; and