Home
last modified time | relevance | path

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

/art/tools/hiddenapi/
Dhiddenapi.cc894 boot_dex_paths_.push_back(std::string(option.substr(strlen("--input-dex=")))); in ParseArgs()
911 boot_dex_paths_.push_back(std::string(option.substr(strlen("--boot-dex=")))); in ParseArgs()
944 if (boot_dex_paths_.empty()) { in EncodeAccessFlags()
946 } else if (output_dex_paths_.size() != boot_dex_paths_.size()) { in EncodeAccessFlags()
954 for (size_t i = 0; i < boot_dex_paths_.size(); ++i) { in EncodeAccessFlags()
955 const std::string& input_path = boot_dex_paths_[i]; in EncodeAccessFlags()
1027 if (boot_dex_paths_.empty()) { in ListApi()
1043 ClassPath boot_classpath(boot_dex_paths_, /* open_writable= */ false); in ListApi()
1101 std::vector<std::string> boot_dex_paths_; member in art::hiddenapi::HiddenApi