Searched refs:fileCount (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp51 const int fileCount = env->GetArrayLength(files); local
52 char const** filesUTF = (char const**)malloc(sizeof(char*)*fileCount);
53 for (int i=0; i<fileCount; i++) {
63 err = back_up_files(oldStateFD, dataStream, newStateFD, filesUTF, keysUTF, fileCount);
65 for (int i=0; i<fileCount; i++) {
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java90 final int fileCount = files.size();
91 for (int i = startIndex; i < fileCount; i++) {
97 for (int i = startIndex; i < fileCount; i++) {
121 final int fileCount = files.size();
126 for (int i = 0; i < fileCount - 1; i++) {
133 if (start == fileCount - 1) {
139 for (int i = start; i < fileCount - 1; i++) {
152 for (int i = start; i < fileCount - 1; i++) {
290 final int fileCount = files.size();
291 for (int i = 0; i < fileCount;
[all...]
/frameworks/base/include/androidfw/
H A DBackupHelpers.h40 int fileCount; member in struct:android::SnapshotHeader
137 char const* const* files, char const* const *keys, int fileCount);
/frameworks/base/tools/split-select/
H A DMain.cpp226 const size_t fileCount = dir->getFileCount(); local
227 for (size_t i = 0; i < fileCount; i++) {
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp104 for (int i=0; i<header.fileCount; i++) {
146 int fileCount = 0; local
155 fileCount++;
162 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten };
335 char const* const* files, char const* const* keys, int fileCount)
349 for (int i=0; i<fileCount; i++) {
334 back_up_files(int oldSnapshotFD, BackupDataWriter* dataStream, int newSnapshotFD, char const* const* files, char const* const* keys, int fileCount) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPrintSpoolerService.java154 final int fileCount = files.length;
155 for (int i = 0; i < fileCount; i++) {
331 final int fileCount = files.length;
332 for (int i = 0; i < fileCount; i++) {

Completed in 6229 milliseconds