Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h59 int SaveFileContents(const char* filename, const FileContents* file);
/bootable/recovery/applypatch/
Dapplypatch.cpp189 int SaveFileContents(const char* filename, const FileContents* file) { in SaveFileContents() function
623 if (SaveFileContents(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) { in GenerateTarget()