Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/include/applypatch/
Dapplypatch.h100 bool SaveFileContents(const std::string& filename, const FileContents* file);
/bootable/recovery/applypatch/
Dapplypatch.cpp109 bool SaveFileContents(const std::string& filename, const FileContents* file) { in SaveFileContents() function
358 if (backup_source && !SaveFileContents(Paths::Get().cache_temp_source(), &source_file)) { in GenerateTarget()