Home
last modified time | relevance | path

Searched defs:filename (Results 1 – 23 of 23) 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/
Dsimulator_runtime.cpp84 int SimulatorRuntime::WipeBlockDevice(const std::string_view filename, size_t /* len */) const { in WipeBlockDevice() argument
89 bool SimulatorRuntime::ReadFileToString(const std::string_view filename, in ReadFileToString()
Dinstall.cpp567 const std::string& filename = args[0]; in FileGetPropFn() local
664 const std::string& filename = args[0]; in ReadFileFn() local
691 const std::string& filename = args[1]; in WriteValueFn() local
724 const std::string& filename = args[0]; in RebootNowFn() local
765 const std::string& filename = args[0]; in SetStageFn() local
798 const std::string& filename = args[0]; in GetStageFn() local
820 const std::string& filename = args[0]; in WipeBlockDeviceFn() local
Dupdater_runtime.cpp137 bool UpdaterRuntime::ReadFileToString(const std::string_view filename, std::string* content) const { in ReadFileToString() argument
146 int UpdaterRuntime::WipeBlockDevice(const std::string_view filename, size_t len) const { in WipeBlockDevice() argument
Dblockimg.cpp678 std::string filename = Paths::Get().stash_directory_base() + "/" + base; in GetStashFileName() local
2220 const std::unique_ptr<Value>& filename = args[0]; in BlockImageRecoverFn() local
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/util/
DUpdateConfigs.java91 final String filename, in getPropertyFile()
/bootable/recovery/recovery_utils/
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()
/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
Dapplypatch_modes_test.cpp39 static std::string GetEmmcTargetString(const std::string& filename, in GetEmmcTargetString()
/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()
1272 bool ImageModeImage::Initialize(const std::string& filename) { in Initialize()
/bootable/recovery/
Drecovery-persist.cpp85 const char *filename, in logsave()
Drecovery_main.cpp233 static void redirect_stdio(const char* filename) { in redirect_stdio()
Drecovery.cpp224 auto add_to_entries = [&](const char* filename) { in choose_recovery_file()
/bootable/recovery/otautil/
Dsysutil.cpp126 bool MemMapping::MapBlockFile(const std::string& filename) { in MapBlockFile()
/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.cpp816 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap()
825 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap()
1156 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()