Home
last modified time | relevance | path

Searched defs:id (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/update_verifier/
Dcare_map.proto26 string id = 3; field
Dupdate_verifier.cpp87 property_reader_([](const std::string& id) { return android::base::GetProperty(id, ""); }) {} in UpdateVerifier()
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/
DUpdateManagerTest.java151 private String readResource(int id) throws IOException { in readResource()
DUpdateConfigTest.java119 private String readResource(int id) throws IOException { in readResource()
/bootable/recovery/updater/include/private/
Dcommands.h71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo()
77 const std::string& id() const { in id() function
/bootable/recovery/updater/
Dblockimg.cpp619 static void PrintHashForCorruptedStashedBlocks(const std::string& id, in PrintHashForCorruptedStashedBlocks()
637 static void PrintHashForMissingStashedBlocks(const std::string& id, int fd) { in PrintHashForMissingStashedBlocks()
673 static std::string GetStashFileName(const std::string& base, const std::string& id, in GetStashFileName()
735 static int LoadStash(const CommandParameters& params, const std::string& id, bool verify, in LoadStash()
809 static int WriteStash(const std::string& base, const std::string& id, int blocks, in WriteStash()
951 static int FreeStash(const std::string& base, const std::string& id) { in FreeStash()
1220 const std::string& id = params.tokens[params.cpos++]; in PerformCommandStash() local
1265 const std::string& id = params.tokens[params.cpos++]; in PerformCommandFree() local
Dcommands.cpp214 const std::string& id = tokens[pos++]; in Parse() local
/bootable/recovery/recovery_utils/
Dlogging.cpp97 ssize_t logrotate(log_id_t id, char prio, const char* filename, const char* buf, size_t len, in logrotate()