Searched refs:magic_str (Results 1 – 1 of 1) sorted by relevance
172 const char* magic_str = reinterpret_cast<const char*>(magic); in Valid() local174 !(strncmp(magic_str, "Android1", 8) == 0 || strncmp(magic_str, "Android2", 8) == 0)) { in Valid()