Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp111 *err_msg = in PartitionHash()
1203 std::string err_msg; in TEST_P() local
1212 << err_msg; in TEST_P()
1216 << err_msg; in TEST_P()
1227 << err_msg; in TEST_P()
1231 << err_msg; in TEST_P()
1237 << err_msg; in TEST_P()
1245 << err_msg; in TEST_P()
1712 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) << err_msg; in TEST_P()
1737 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) << err_msg; in TEST_P()
[all …]
H A Dtest_utils.cpp89 std::string* err_msg) { in ParseArgs() argument
104 *err_msg = android::base::StringPrintf("Illegal argument '%s'\n", arg.c_str()); in ParseArgs()
H A Dtest_utils.h84 std::unordered_map<std::string, std::string> ParseArgs(int argc, char** argv, std::string* err_msg);