Searched refs:bcp_image_fd (Results 1 – 1 of 1) sorted by relevance
1822 int bcp_image_fd = bcp_index < boot_class_path_image_files_.size() ? in ReadHeader() local1828 auto image_file = bcp_image_fd >= 0 in ReadHeader()1829 ? std::make_unique<File>(DupCloexec(bcp_image_fd), actual_filename, /*check_usage=*/ false) in ReadHeader()