Searched refs:open_writable (Results 1 – 1 of 1) sorted by relevance
234 ClassPath(const std::vector<std::string>& dex_paths, bool open_writable) { in ClassPath() argument235 OpenDexFiles(dex_paths, open_writable); in ClassPath()273 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool open_writable) { in OpenDexFiles() argument277 if (open_writable) { in OpenDexFiles()