Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp99 std::string* err_msg) { in PartitionHash() argument
109 *err_msg = in PartitionHash()
126 *err_msg = android::base::StringPrintf("Launching hash parser '%s' failed with: %s", in PartitionHash()
133 *err_msg = android::base::StringPrintf("Hash parser '%s' failed with: %s", in PartitionHash()
1009 std::string err_msg; in TEST_P() local
1011 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) in TEST_P()
1012 << err_msg; in TEST_P()
1013 EXPECT_EQ(retcode, 0) << err_msg; in TEST_P()
1048 std::string err_msg; in TEST_P() local
1056 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P()
[all …]
Dtest_utils.h84 std::unordered_map<std::string, std::string> ParseArgs(int argc, char** argv, std::string* err_msg);
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()
/system/extras/ANRdaemon/
DANRdaemon.cpp88 static char err_msg[100]; variable
136 snprintf(err_msg, sizeof(err_msg), "can't read from /proc/stat with errno %d", errno); in get_cpu_stat()
195 snprintf(err_msg, sizeof(err_msg), "Can't open %s. Error: %d", path, errno); in dfs_enable()
208 snprintf(err_msg, sizeof(err_msg), "Error %d in writing to %s.", errno, path); in dfs_enable()
222 snprintf(err_msg, sizeof(err_msg), "Failed to set debug tags system properties."); in dfs_set_property()
228 snprintf(err_msg, sizeof(err_msg), "Failed to set debug applications."); in dfs_set_property()
406 snprintf(err_msg, sizeof(err_msg), "Can't open atrace buffer size file under /d/tracing."); in set_tracing_buffer_size()
412 snprintf(err_msg, sizeof(err_msg), "Error in writing to atrace buffer size file."); in set_tracing_buffer_size()
637 ALOGE("ANRdaemon stopped due to Error: %s", err_msg); in main()
/system/core/libunwindstack/
DDexFile.cpp39 if (std::string err_msg; !art_api::dex::TryLoadLibdexfileExternal(&err_msg)) { in CheckDexSupport() local
40 ALOGW("Failed to initialize DEX file support: %s", err_msg.c_str()); in CheckDexSupport()
61 std::string err_msg; in Create() local
63 reinterpret_cast<void const*>(dex_file_offset_in_memory), &size, info->name, &err_msg); in Create()
/system/bt/service/
Da2dp_source.cc33 #define TRY_RET(expr, err_msg) \ argument
36 LOG(ERROR) << err_msg; \
Davrcp_target.cc41 #define TRY_RET(expr, err_msg) \ argument
44 LOG(ERROR) << err_msg; \