Home
last modified time | relevance | path

Searched refs:dex_paths (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/tools/hiddenapi/
H A Dhiddenapi.cc247 ClassPath(const std::vector<std::string>& dex_paths, bool open_writable, bool ignore_empty) { in ClassPath() argument
248 OpenDexFiles(dex_paths, open_writable, ignore_empty); in ClassPath()
286 void OpenDexFiles(const std::vector<std::string>& dex_paths, in OpenDexFiles() argument
293 for (const std::string& filename : dex_paths) { in OpenDexFiles()
316 for (const std::string& filename : dex_paths) { in OpenDexFiles()
/aosp12/frameworks/native/cmds/installd/
H A Ddexopt.cpp1497 static int open_dex_paths(const std::vector<std::string>& dex_paths, in open_dex_paths() argument
1499 for (const std::string& dex_path : dex_paths) { in open_dex_paths()