Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/testdata/
Dgen_test_data.py41 def write_file(file, offset, data): argument
/bootable/deprecated-ota/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/deprecated-ota/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()
/bootable/recovery/
Drecovery_main.cpp77 const char* tag, const char* file, unsigned int line, const char* message) { in UiLogger()