Searched refs:err_str (Results 1 – 4 of 4) sorted by relevance
41 const char* err_str = dlerror(); in hal_util_load_bt_library() local43 << (err_str ? err_str : "error unknown"); in hal_util_load_bt_library()
257 auto err_str = std::fstream(base::StringPrintf("/proc/self/fd/%d", err_fd)); in shellCommand() local268 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()
54 static std::string err_str; in MakeRegex() local55 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()
158 std::string err_str; in cp_commitChanges() local186 if (!android::base::RemoveFileIfExists(kMetadataCPFile, &err_str)) in cp_commitChanges()187 return Status::fromExceptionCode(errno, err_str.c_str()); in cp_commitChanges()