Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 7 of 7) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.c52 int LoadFileContents(const char* filename, FileContents* file) { in LoadFileContents()
124 static int LoadPartitionContents(const char* filename, FileContents* file) { in LoadPartitionContents()
311 int SaveFileContents(const char* filename, const FileContents* file) { in SaveFileContents()
578 int applypatch_check(const char* filename, in applypatch_check()
656 size_t FreeSpaceForFile(const char* filename) { in FreeSpaceForFile()
Dimgdiff.c154 char* filename; // used for zip entries member
166 char* filename; member
185 unsigned char* ReadZip(const char* filename, in ReadZip()
238 char* filename = malloc(nlen+1); in ReadZip() local
376 unsigned char* ReadImage(const char* filename, in ReadImage()
/bootable/recovery/updater/
Dinstall.c772 const char* filename, in ApplyParsedPerms()
863 static int do_SetMetadataRecursive(const char* filename, const struct stat *statptr, in do_SetMetadataRecursive()
943 char* filename; in FileGetPropFn() local
1085 char* filename = contents->data; in WriteRawImageFn() local
1232 char* filename; in ApplyPatchCheckFn() local
1392 char* filename; in ReadFileFn() local
1428 char* filename; in RebootNowFn() local
1470 char* filename; in SetStageFn() local
1500 char* filename; in GetStageFn() local
1518 char* filename; in WipeBlockDeviceFn() local
/bootable/recovery/
Dscreen_ui.cpp327 void ScreenRecoveryUI::LoadBitmap(const char* filename, gr_surface* surface) { in LoadBitmap()
334 void ScreenRecoveryUI::LoadBitmapArray(const char* filename, int* frames, gr_surface** surface) { in LoadBitmapArray()
341 void ScreenRecoveryUI::LoadLocalizedBitmap(const char* filename, gr_surface* surface) { in LoadLocalizedBitmap()
Drecovery.cpp172 static void redirect_stdio(const char* filename) { in redirect_stdio()
779 char *filename; in choose_recovery_file() local
797 char *filename; in choose_recovery_file() local
Dverifier.cpp327 load_keys(const char* filename, int* numKeys) { in load_keys()
/bootable/recovery/tools/ota/
Dadd-property-tag.c67 const char *filename = "/system/build.prop"; in main() local