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