Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.c53 int LoadFileContents(const char* filename, FileContents* file, in LoadFileContents()
140 static int LoadPartitionContents(const char* filename, FileContents* file) { in LoadPartitionContents()
327 int SaveFileContents(const char* filename, const FileContents* file) { in SaveFileContents()
494 FileContents file; in applypatch_check() local