Searched refs:pic_string (Results 1 – 1 of 1) sorted by relevance
474 const char* pic_string = GetStoreValueByKey(OatHeader::kPicKey); in IsPic() local476 return (pic_string != nullptr && strncmp(pic_string, kTrue, sizeof(kTrue)) == 0); in IsPic()