Searched refs:RS_IMAGE_CACHE_START_STR (Results 1 – 1 of 1) sorted by relevance
45 const std::string RS_IMAGE_CACHE_START_STR = "RSImageCache:"; // flag for start RSImageCache data variable1181 …if (strncmp(line.c_str(), RS_IMAGE_CACHE_START_STR.c_str(), RS_IMAGE_CACHE_START_STR.size()) == 0)… in WriteGpuDumpInfo()