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.java86 final int fileCount = files.size();
87 for (int i = startIndex; i < fileCount; i++) {
93 for (int i = startIndex; i < fileCount; i++) {
117 final int fileCount = files.size();
122 for (int i = 0; i < fileCount - 1; i++) {
129 if (start == fileCount - 1) {
135 for (int i = start; i < fileCount - 1; i++) {
148 for (int i = start; i < fileCount - 1; i++) {
237 final int fileCount = files.size();
238 for (int i = 0; i < fileCount;
[all...]
/frameworks/base/include/androidfw/
H A DBackupHelpers.h38 int fileCount; member in struct:android::SnapshotHeader
135 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.cpp107 for (int i=0; i<header.fileCount; i++) {
149 int fileCount = 0; local
158 fileCount++;
165 SnapshotHeader header = { MAGIC0, fileCount, MAGIC1, bytesWritten };
338 char const* const* files, char const* const* keys, int fileCount)
352 for (int i=0; i<fileCount; i++) {
337 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.java152 final int fileCount = files.length;
153 for (int i = 0; i < fileCount; i++) {
329 final int fileCount = files.length;
330 for (int i = 0; i < fileCount; i++) {

Completed in 196 milliseconds