Searched defs:string (Results 1 – 12 of 12) sorted by relevance
/bootable/recovery/recovery_ui/include/recovery_ui/ |
D | stub_ui.h | 61 void ShowFile(const std::string& /* filename */) override {} in ShowFile() 64 size_t ShowMenu(const std::vector<std::string>& /* headers */, in ShowMenu() 71 size_t ShowPromptWipeDataMenu(const std::vector<std::string>& /* backup_headers */, in ShowPromptWipeDataMenu() 78 const std::vector<std::string>& /* backup_headers */, in ShowPromptWipeDataConfirmationMenu() 84 void SetTitle(const std::vector<std::string>& /* lines */) override {} in SetTitle()
|
/bootable/recovery/fastboot/ |
D | fastboot.cpp | 39 Device::BuiltinAction StartFastboot(Device* device, const std::vector<std::string>& /* args */) { in StartFastboot()
|
/bootable/recovery/tests/component/ |
D | update_verifier_test.cpp | 51 verifier_.set_property_reader([](const std::string& /* id */) { return "mock_fingerprint"; }); in SetUp() 62 std::vector<std::unordered_map<std::string, std::string>>& partitions) { in ConstructProto()
|
D | imgdiff_test.cpp | 681 static void construct_store_entry(const std::vector<std::tuple<std::string, size_t, char>>& info, in construct_store_entry() 692 static void construct_deflate_entry(const std::vector<std::tuple<std::string, size_t, size_t>>& inf… in construct_deflate_entry() 730 const std::vector<uint8_t>& content, const std::vector<std::tuple<std::string, size_t>>& info) { in ConstructImageChunks()
|
D | install_test.cpp | 39 static void BuildZipArchive(const std::map<std::string, std::string>& file_map, int fd, in BuildZipArchive()
|
/bootable/recovery/install/ |
D | install.cpp | 72 bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::string>* metadata) { in ReadMetadataFromPackage() 105 static std::string get_value(const std::map<std::string, std::string>& metadata, in get_value() 123 static void ReadSourceTargetBuild(const std::map<std::string, std::string>& metadata, in ReadSourceTargetBuild() 142 static int CheckAbSpecificMetadata(const std::map<std::string, std::string>& metadata) { in CheckAbSpecificMetadata() 186 int CheckPackageMetadata(const std::map<std::string, std::string>& metadata, OtaType ota_type) { in CheckPackageMetadata()
|
/bootable/recovery/tests/unit/ |
D | commands_test.cpp | 446 auto stash_reader = [](const std::string&, std::vector<uint8_t>*) -> int { return 0; }; in TEST() 465 auto stash_reader = [](const std::string&, std::vector<uint8_t>* stash_buffer) -> int { in TEST() 482 auto stash_reader = [](const std::string&, std::vector<uint8_t>*) -> int { return 0; }; in TEST() 493 auto stash_reader = [](const std::string&, std::vector<uint8_t>*) -> int { return 0; }; in TEST() 497 auto failing_stash_reader = [](const std::string&, std::vector<uint8_t>*) -> int { return -1; }; in TEST()
|
D | asn1_decoder_test.cpp | 180 const uint8_t* string; in TEST() local 188 const uint8_t* string; in TEST() local 196 const uint8_t* string; in TEST() local
|
D | applypatch_test.cpp | 232 RemoveFilesInDirectory(4096 * 9, mock_cache.path, [](const std::string&) { return -1; })); in TEST_F()
|
D | screen_ui_test.cpp | 50 int DrawTextLine(int /* x */, int /* y */, const std::string& /* line */, in DrawTextLine() argument
|
/bootable/recovery/recovery_ui/ |
D | ui.cpp | 143 bool RecoveryUI::Init(const std::string& /* locale */) { in Init()
|
/bootable/recovery/updater/ |
D | commands.cpp | 334 const std::function<int(const std::string&, std::vector<uint8_t>*)>& stash_reader) const { in ReadAll() argument
|