Home
last modified time | relevance | path

Searched defs:string (Results 1 – 5 of 5) sorted by relevance

/bootable/recovery/minadbd/
Dminadbd_services.cpp48 static int create_service_thread(void (*func)(int, const std::string&), const std::string& args) { in create_service_thread()
/bootable/recovery/tests/unit/
Dasn1_decoder_test.cpp180 const uint8_t* string; in TEST() local
188 const uint8_t* string; in TEST() local
196 const uint8_t* string; in TEST() local
/bootable/recovery/
Dui.cpp144 bool RecoveryUI::Init(const std::string& /* locale */) { in Init()
/bootable/recovery/tests/component/
Dimgdiff_test.cpp639 static void construct_store_entry(const std::vector<std::tuple<std::string, size_t, char>>& info, in construct_store_entry()
650 static void construct_deflate_entry(const std::vector<std::tuple<std::string, size_t, size_t>>& inf… in construct_deflate_entry()
688 const std::vector<uint8_t>& content, const std::vector<std::tuple<std::string, size_t>>& info) { in ConstructImageChunks()
Dupdater_test.cpp79 static void BuildUpdatePackage(const std::unordered_map<std::string, std::string>& entries, in BuildUpdatePackage()