Searched refs:valStr (Results 1 – 2 of 2) sorted by relevance
180 if (AString valStr; itemData.find(&valStr)) { in TEST() local181 ALOGV("entry str val: %s", valStr.c_str()); in TEST()185 } else if (searchAttr->second != valStr.c_str()) { in TEST()187 ALOGV("Values act/exp: %s / %s", valStr.c_str(), in TEST()
753 String valStr = new String(data, value + 1, eol - value - 1, "UTF-8"); in readPaxExtendedHeader() local756 info.path = valStr; in readPaxExtendedHeader()758 info.size = Long.parseLong(valStr); in readPaxExtendedHeader()