Searched refs:ignore_empty (Results 1 – 1 of 1) sorted by relevance
249 ClassPath(const std::vector<std::string>& dex_paths, bool ignore_empty) { in ClassPath() argument250 OpenDexFiles(dex_paths, ignore_empty); in ClassPath()295 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool ignore_empty) { in OpenDexFiles() argument305 if (!success && ignore_empty && error_msg != "Entry not found") { in OpenDexFiles()