Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 21 of 21) sorted by relevance

/bootable/recovery/updater_sample/tests/res/raw/
Dupdate_config_002_stream.json8 "filename": "payload_metadata.bin", string
13 "filename": "payload.bin", string
18 "filename": "payload_properties.txt", string
23 "filename": "care_map.txt", string
28 "filename": "compatibility.zip", string
33 "filename": "metadata", string
Dupdate_config_001_stream.json10 "filename": "payload.bin", string
Dupdate_config_003_nonstream.json8 "filename": "payload.bin", string
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java91 final String filename, in getPropertyFile()
/bootable/recovery/updater/
Dinstall.cpp593 const std::string& filename = args[0]; in FileGetPropFn() local
706 const std::string& filename = args[0]; in ReadFileFn() local
732 const std::string& filename = args[1]; in WriteValueFn() local
765 const std::string& filename = args[0]; in RebootNowFn() local
807 const std::string& filename = args[0]; in SetStageFn() local
840 const std::string& filename = args[0]; in GetStageFn() local
862 const std::string& filename = args[0]; in WipeBlockDeviceFn() local
Dblockimg.cpp673 std::string filename = Paths::Get().stash_directory_base() + "/" + base; in GetStashFileName() local
2195 const std::unique_ptr<Value>& filename = args[0]; in BlockImageRecoverFn() local
/bootable/recovery/tests/unit/
Dsysutil_test.cpp114 std::string filename = std::string("@") + block_map_file.path; in TEST() local
153 std::string filename = std::string("@") + temp_file.path; in TEST() local
/bootable/recovery/otautil/
Dlogging.cpp87 ssize_t logbasename(log_id_t /* id */, char /* prio */, const char* filename, const char* /* buf */, in logbasename()
97 ssize_t logrotate(log_id_t id, char prio, const char* filename, const char* buf, size_t len, in logrotate()
163 static ssize_t __pmsg_write(const std::string& filename, const std::string& buf) { in __pmsg_write()
Dsysutil.cpp121 bool MemMapping::MapBlockFile(const std::string& filename) { in MapBlockFile()
/bootable/recovery/tests/manual/
Drecovery_test.cpp38 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename, in __pmsg_fn()
/bootable/recovery/updater_sample/res/raw/
Dsample.json17 "filename": "payload.bin", string
/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.cpp137 static int64_t FreeSpaceForFile(const std::string& filename) { in FreeSpaceForFile()
Dimgdiff.cpp621 bool Image::ReadFile(const std::string& filename, std::vector<uint8_t>* file_content) { in ReadFile()
646 bool ZipModeImage::Initialize(const std::string& filename) { in Initialize()
676 bool ZipModeImage::InitializeChunks(const std::string& filename, ZipArchiveHandle handle) { in InitializeChunks()
1246 bool ImageModeImage::Initialize(const std::string& filename) { in Initialize()
/bootable/recovery/
Drecovery-persist.cpp87 const char *filename, in logsave()
Drecovery_main.cpp227 static void redirect_stdio(const char* filename) { in redirect_stdio()
Drecovery.cpp387 auto add_to_entries = [&](const char* filename) { in choose_recovery_file()
/bootable/recovery/tests/component/
Dapplypatch_modes_test.cpp39 static std::string GetEmmcTargetString(const std::string& filename, in GetEmmcTargetString()
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/
DUpdateConfig.java198 public PackageFile(String filename, long offset, long size) { in PackageFile()
/bootable/recovery/recovery_ui/
Dscreen_ui.cpp809 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap()
818 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap()
1121 void ScreenRecoveryUI::ShowFile(const std::string& filename) { in ShowFile()
/bootable/recovery/tools/image_generator/
DImageGenerator.java296 private Locale getLocaleFromFilename(String filename) throws IOException { in getLocaleFromFilename()