OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SaveFileContents
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/applypatch/include/applypatch/
applypatch.h
59
int
SaveFileContents
(const char* filename, const FileContents* file);
/bootable/recovery/applypatch/
applypatch.cpp
189
int
SaveFileContents
(const char* filename, const FileContents* file) {
623
if (
SaveFileContents
(CacheLocation::location().cache_temp_source().c_str(), &source_file) < 0) {
Completed in 133 milliseconds