Searched refs:fileCount (Results 1 - 4 of 4) 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/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/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 };
333 char const* const* files, char const* const* keys, int fileCount)
347 for (int i=0; i<fileCount; i++) {
378 while (n<N && m<fileCount) {
433 while (m<fileCount) {
332 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/
H A DPrintSpoolerService.java151 final int fileCount = files.length;
152 for (int i = 0; i < fileCount; i++) {
328 final int fileCount = files.length;
329 for (int i = 0; i < fileCount; i++) {

Completed in 112 milliseconds