/bootable/recovery/updater_sample/tests/res/raw/ |
D | update_config_002_stream.json | 8 "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
|
D | update_config_001_stream.json | 10 "filename": "payload.bin", string
|
D | update_config_003_nonstream.json | 8 "filename": "payload.bin", string
|
/bootable/recovery/updater/ |
D | simulator_runtime.cpp | 84 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()
|
D | install.cpp | 561 const std::string& filename = args[0]; in FileGetPropFn() local 658 const std::string& filename = args[0]; in ReadFileFn() local 685 const std::string& filename = args[1]; in WriteValueFn() local 718 const std::string& filename = args[0]; in RebootNowFn() local 759 const std::string& filename = args[0]; in SetStageFn() local 792 const std::string& filename = args[0]; in GetStageFn() local 814 const std::string& filename = args[0]; in WipeBlockDeviceFn() local
|
D | updater_runtime.cpp | 141 bool UpdaterRuntime::ReadFileToString(const std::string_view filename, std::string* content) const { in ReadFileToString() argument 150 int UpdaterRuntime::WipeBlockDevice(const std::string_view filename, size_t len) const { in WipeBlockDevice() argument
|
D | blockimg.cpp | 678 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/ |
D | UpdateConfigs.java | 91 final String filename, in getPropertyFile()
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 87 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/ |
D | sysutil_test.cpp | 114 std::string filename = std::string("@") + block_map_file.path; in TEST() local 153 std::string filename = std::string("@") + temp_file.path; in TEST() local
|
D | applypatch_modes_test.cpp | 39 static std::string GetEmmcTargetString(const std::string& filename, in GetEmmcTargetString()
|
/bootable/recovery/tests/manual/ |
D | recovery_test.cpp | 38 static ssize_t __pmsg_fn(log_id_t logId, char prio, const char *filename, in __pmsg_fn()
|
/bootable/recovery/updater_sample/res/raw/ |
D | sample.json | 17 "filename": "payload.bin", string
|
/bootable/recovery/applypatch/ |
D | applypatch.cpp | 52 bool LoadFileContents(const std::string& filename, FileContents* file) { in LoadFileContents() 109 bool SaveFileContents(const std::string& filename, const FileContents* file) { in SaveFileContents()
|
D | freecache.cpp | 137 static int64_t FreeSpaceForFile(const std::string& filename) { in FreeSpaceForFile()
|
D | imgdiff.cpp | 621 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() 1245 bool ImageModeImage::Initialize(const std::string& filename) { in Initialize()
|
/bootable/recovery/ |
D | recovery-persist.cpp | 85 const char *filename, in logsave()
|
D | recovery_main.cpp | 233 static void redirect_stdio(const char* filename) { in redirect_stdio()
|
D | recovery.cpp | 224 auto add_to_entries = [&](const char* filename) { in choose_recovery_file()
|
/bootable/recovery/otautil/ |
D | sysutil.cpp | 126 bool MemMapping::MapBlockFile(const std::string& filename) { in MapBlockFile()
|
/bootable/recovery/updater_sample/src/com/example/android/systemupdatersample/ |
D | UpdateConfig.java | 198 public PackageFile(String filename, long offset, long size) { in PackageFile()
|
/bootable/recovery/recovery_ui/ |
D | screen_ui.cpp | 813 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadBitmap(const std::string& filename) { in LoadBitmap() 822 std::unique_ptr<GRSurface> ScreenRecoveryUI::LoadLocalizedBitmap(const std::string& filename) { in LoadLocalizedBitmap() 1135 void ScreenRecoveryUI::ShowFile(const std::string& filename) { in ShowFile()
|
/bootable/recovery/tools/image_generator/ |
D | ImageGenerator.java | 296 private Locale getLocaleFromFilename(String filename) throws IOException { in getLocaleFromFilename()
|