Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime.cc593 bool has_bcp_fds = !boot_class_path_files.empty(); in GetResourceAsStream() local
596 const int jar_fd = has_bcp_fds ? boot_class_path_files[i].Fd() : -1; in GetResourceAsStream()