Home
last modified time | relevance | path

Searched refs:LoadPartitionContents (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/applypatch/
Dapplypatch.c33 static int LoadPartitionContents(const char* filename, FileContents* file);
61 return LoadPartitionContents(filename, file); in LoadFileContents()
140 static int LoadPartitionContents(const char* filename, FileContents* file) { in LoadPartitionContents() function