Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi.cc250 ClassPath(const std::vector<std::string>& dex_paths, bool ignore_empty) { in ClassPath() argument
251 OpenDexFiles(dex_paths, ignore_empty); in ClassPath()
296 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool ignore_empty) { in OpenDexFiles() argument
304 /*allow_no_dex_files=*/ ignore_empty, in OpenDexFiles()