Home
last modified time | relevance | path

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

/bootable/recovery/applypatch/
Dapplypatch.cpp52 bool LoadFileContents(const std::string& filename, FileContents* file) { in LoadFileContents()
109 bool SaveFileContents(const std::string& filename, const FileContents* file) { in SaveFileContents()
Dfreecache.cpp229 for (const auto& file : files) { in RemoveFilesInDirectory() local
/bootable/recovery/tests/unit/
Dapplypatch_test.cpp182 for (const auto& file : files) { in AddFilesToDir() local
194 for (const auto& file : temporary_files_) { in TearDown() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/services/
DPrepareUpdateService.java263 private boolean verifyPackageCompatibility(File file) { in verifyPackageCompatibility()