Searched refs:listp (Results 1 – 1 of 1) sorted by relevance
55 std::vector<android::String8>* listp = list.get(); in handleFile() local56 if (listp == NULL) { in handleFile()77 for (size_t i = 0; i < listp->size(); i++) { in handleFile()79 getTestCase()->findAllBuffers((*listp)[i])); in handleFile()82 LOGE("no buffer for given pattern %s", ((*listp)[i]).string()); in handleFile()108 std::vector<android::String8>* listp = list.get(); in handleReport() local109 if (listp == NULL) { in handleReport()115 for (size_t i = 0; i < listp->size(); i++) { in handleReport()117 getTestCase()->findAllValues((*listp)[i])); in handleReport()120 LOGE("no value for given pattern %s", ((*listp)[i]).string()); in handleReport()