Home
last modified time | relevance | path

Searched refs:id (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater/
Dblockimg.cpp502 static void PrintHashForCorruptedStashedBlocks(const std::string& id, in PrintHashForCorruptedStashedBlocks() argument
505 LOG(INFO) << "printing hash in hex for stash_id: " << id; in PrintHashForCorruptedStashedBlocks()
521 static void PrintHashForMissingStashedBlocks(const std::string& id, int fd) { in PrintHashForMissingStashedBlocks() argument
522 if (stash_map.find(id) == stash_map.end()) { in PrintHashForMissingStashedBlocks()
523 LOG(ERROR) << "No stash saved for id: " << id; in PrintHashForMissingStashedBlocks()
527 LOG(INFO) << "print hash in hex for source blocks in missing stash: " << id; in PrintHashForMissingStashedBlocks()
528 const RangeSet& src = stash_map[id]; in PrintHashForMissingStashedBlocks()
531 LOG(ERROR) << "failed to read source blocks for stash: " << id; in PrintHashForMissingStashedBlocks()
534 PrintHashForCorruptedStashedBlocks(id, buffer, src); in PrintHashForMissingStashedBlocks()
557 static std::string GetStashFileName(const std::string& base, const std::string& id, in GetStashFileName() argument
[all …]
/bootable/recovery/tools/recovery_l10n/src/com/android/recovery_l10n/
DMain.java129 Spinner spinner = (Spinner) findViewById(R.id.which); in onCreate()
137 int pos, long id) { in onCreate()
149 mText = (TextView) findViewById(R.id.text); in onCreate()
178 Button b = (Button) findViewById(R.id.go); in onCreate()
/bootable/recovery/
Drecovery.cpp1245 void UiLogger(android::base::LogId id, android::base::LogSeverity severity, in UiLogger() argument