Searched refs:valid_dex_files (Results 1 – 1 of 1) sorted by relevance
71 const std::unordered_set<std::string> valid_dex_files = {"Main.dex", "hello_world.dex"}; in TEST_F() local106 const bool expected_success = valid_dex_files.find(name) != valid_dex_files.end(); in TEST_F()