Home
last modified time | relevance | path

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