Home
last modified time | relevance | path

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

/art/cmdline/
Dcmdline.h304 std::optional<std::string_view> bcp_location_str = std::nullopt; in ParseBootclasspath() local
310 bcp_location_str = arg.substr(strlen("-Xbootclasspath-locations:")); in ParseBootclasspath()
314 if (bcp_str.has_value() && bcp_location_str.has_value()) { in ParseBootclasspath()
316 Split(*bcp_location_str, ':', &boot_class_path_locations_); in ParseBootclasspath()