Searched defs:id (Results 1 – 8 of 8) sorted by relevance
/bootable/recovery/update_verifier/ |
D | care_map.proto | 26 string id = 3; field
|
D | update_verifier.cpp | 87 property_reader_([](const std::string& id) { return android::base::GetProperty(id, ""); }) {} in UpdateVerifier()
|
/bootable/recovery/updater_sample/tests/src/com/example/android/systemupdatersample/ |
D | UpdateManagerTest.java | 151 private String readResource(int id) throws IOException { in readResource()
|
D | UpdateConfigTest.java | 119 private String readResource(int id) throws IOException { in readResource()
|
/bootable/recovery/updater/include/private/ |
D | commands.h | 71 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/ |
D | blockimg.cpp | 619 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
|
D | commands.cpp | 214 const std::string& id = tokens[pos++]; in Parse() local
|
/bootable/recovery/recovery_utils/ |
D | logging.cpp | 97 ssize_t logrotate(log_id_t id, char prio, const char* filename, const char* buf, size_t len, in logrotate()
|