Searched refs:err_msg (Results 1 – 9 of 9) sorted by relevance
/system/core/fastboot/fuzzy_fastboot/ |
D | main.cpp | 101 std::string* err_msg) { in PartitionHash() argument 111 *err_msg = in PartitionHash() 128 *err_msg = android::base::StringPrintf("Launching hash parser '%s' failed with: %s", in PartitionHash() 135 *err_msg = android::base::StringPrintf("Hash parser '%s' failed with: %s", in PartitionHash() 1061 std::string err_msg; in TEST_P() local 1063 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash, &retcode, &err_msg)) in TEST_P() 1064 << err_msg; in TEST_P() 1065 EXPECT_EQ(retcode, 0) << err_msg; in TEST_P() 1100 std::string err_msg; in TEST_P() local 1108 ASSERT_TRUE(PartitionHash(fb.get(), part_name, &hash_before, &retcode, &err_msg)) in TEST_P() [all …]
|
D | test_utils.h | 84 std::unordered_map<std::string, std::string> ParseArgs(int argc, char** argv, std::string* err_msg);
|
D | test_utils.cpp | 89 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/ |
D | ANRdaemon.cpp | 88 static char err_msg[100]; variable 127 snprintf(err_msg, sizeof(err_msg), "can't read from /proc/stat with errno %d", errno); in get_cpu_stat() 185 snprintf(err_msg, sizeof(err_msg), "Can't open %s. Error: %d", path, errno); in dfs_enable() 198 snprintf(err_msg, sizeof(err_msg), "Error %d in writing to %s.", errno, path); in dfs_enable() 212 snprintf(err_msg, sizeof(err_msg), "Failed to set debug tags system properties."); in dfs_set_property() 217 snprintf(err_msg, sizeof(err_msg), "Failed to set debug applications."); in dfs_set_property() 394 snprintf(err_msg, sizeof(err_msg), "Can't open atrace buffer size file under /d/tracing."); in set_tracing_buffer_size() 400 snprintf(err_msg, sizeof(err_msg), "Error in writing to atrace buffer size file."); in set_tracing_buffer_size() 622 if (err) ALOGE("ANRdaemon stopped due to Error: %s", err_msg); in main()
|
/system/iorap/src/db/ |
D | file_models.cc | 170 std::string err_msg; in DeleteOlderFiles() local 172 if (!::android::base::RemoveFileIfExists(raw_trace.file_path, /*out*/&err_msg)) { in DeleteOlderFiles() 174 << ", reason: " << err_msg; in DeleteOlderFiles()
|
D | models.h | 442 char* err_msg = nullptr; in Reinitialize() local 447 /*out*/&err_msg); in Reinitialize() 449 LOG(FATAL) << "Failed to drop tables: " << err_msg ? err_msg : "nullptr"; in Reinitialize() 535 char* err_msg = nullptr; in CreateSchema() local 540 /*out*/&err_msg); in CreateSchema() 543 LOG(FATAL) << "Failed to create tables: " << err_msg ? err_msg : "nullptr"; in CreateSchema() 554 /*out*/&err_msg); in CreateSchema() 558 << err_msg ? err_msg : "nullptr"; in CreateSchema()
|
/system/unwinding/libunwindstack/ |
D | DexFile.cpp | 43 if (std::string err_msg; !art_api::dex::TryLoadLibdexfile(&err_msg)) { in CheckDexSupport() local 44 ALOGW("Failed to initialize DEX file support: %s", err_msg.c_str()); in CheckDexSupport()
|
/system/bt/service/ |
D | a2dp_source.cc | 33 #define TRY_RET(expr, err_msg) \ argument 36 LOG(ERROR) << err_msg; \
|
D | avrcp_target.cc | 42 #define TRY_RET(expr, err_msg) \ argument 45 LOG(ERROR) << err_msg; \
|