Searched refs:_scp_prefix (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.cpp310 inline const char* get_prefix() const { return _items[_scp_prefix]; }
328 _scp_prefix, // from -Xbootclasspath/p:... enumerator in enum:SysClassPath::__anon407
358 _items[_scp_prefix] = add_to_path(_items[_scp_prefix], prefix, true);
362 _items[_scp_prefix] = add_to_path(_items[_scp_prefix], suffix, false);
379 reset_item_at(_scp_prefix);

Completed in 28 milliseconds