Searched defs:fileCount (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/jni/ |
H A D | android_backup_FileBackupHelperBase.cpp | 51 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 D | BackupHelpers.h | 40 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 D | Main.cpp | 226 const size_t fileCount = dir->getFileCount(); local 227 for (size_t i = 0; i < fileCount; i++) {
|
/frameworks/base/libs/androidfw/ |
H A D | BackupHelpers.cpp | 104 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
|
Completed in 169 milliseconds