Searched refs:listp (Results 1 – 1 of 1) sorted by relevance
56 std::vector<android::String8>* listp = list.get(); in handleFile() local57 if (listp == NULL) { in handleFile()78 for (size_t i = 0; i < listp->size(); i++) { in handleFile()80 getTestCase()->findAllBuffers((*listp)[i])); in handleFile()83 LOGE("no buffer for given pattern %s", ((*listp)[i]).string()); in handleFile()109 std::vector<android::String8>* listp = list.get(); in handleReport() local110 if (listp == NULL) { in handleReport()116 for (size_t i = 0; i < listp->size(); i++) { in handleReport()118 getTestCase()->findAllValues((*listp)[i])); in handleReport()121 LOGE("no value for given pattern %s", ((*listp)[i]).string()); in handleReport()