Searched refs:err_str (Results 1 – 3 of 3) 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()
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()
182 std::string err_str; in cp_commitChanges() local210 if (!android::base::RemoveFileIfExists(kMetadataCPFile, &err_str)) in cp_commitChanges()211 return error(err_str.c_str()); in cp_commitChanges()