Home
last modified time | relevance | path

Searched refs:err_str (Results 1 – 4 of 4) sorted by relevance

/system/bt/btcore/src/
Dhal_util.cc41 const char* err_str = dlerror(); in hal_util_load_bt_library() local
43 << (err_str ? err_str : "error unknown"); in hal_util_load_bt_library()
/system/extras/perfprofd/binder_interface/
Dperfprofd_binder.cc257 auto err_str = std::fstream(base::StringPrintf("/proc/self/fd/%d", err_fd)); in shellCommand() local
268 err_str << "Could not parse '" << String8(args[i]).string() << "': " << error_msg in shellCommand()
279 err_str << error_msg << std::endl; in shellCommand()
294 err_str << "Bad file descriptor " << args[1] << std::endl; in shellCommand()
301 err_str << status.toString8() << std::endl; in shellCommand()
309 err_str << status.toString8() << std::endl; in shellCommand()
/system/core/fastboot/fuzzy_fastboot/
Dextensions.cpp54 static std::string err_str; in MakeRegex() local
55 err_str = android::base::StringPrintf("'%s' is not a valid regex string (line %d)\n", in MakeRegex()
58 int nbytes = write(fileno(stderr), err_str.c_str(), err_str.length()); in MakeRegex()
/system/vold/
DCheckpoint.cpp158 std::string err_str; in cp_commitChanges() local
186 if (!android::base::RemoveFileIfExists(kMetadataCPFile, &err_str)) in cp_commitChanges()
187 return Status::fromExceptionCode(errno, err_str.c_str()); in cp_commitChanges()