Searched refs:dex_paths (Results 1 – 2 of 2) sorted by relevance
247 ClassPath(const std::vector<std::string>& dex_paths, bool open_writable, bool ignore_empty) { in ClassPath() argument248 OpenDexFiles(dex_paths, open_writable, ignore_empty); in ClassPath()286 void OpenDexFiles(const std::vector<std::string>& dex_paths, in OpenDexFiles() argument293 for (const std::string& filename : dex_paths) { in OpenDexFiles()316 for (const std::string& filename : dex_paths) { in OpenDexFiles()
1497 static int open_dex_paths(const std::vector<std::string>& dex_paths, in open_dex_paths() argument1499 for (const std::string& dex_path : dex_paths) { in open_dex_paths()