Searched defs:ccstrAt (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp464 bool CommandLineFlags::ccstrAt(char* name, size_t len, ccstr* value) { function in class:CommandLineFlags
H A Dglobals.hpp335 static bool ccstrAt(char* name, size_t len, ccstr* value);
336 static bool ccstrAt(char* name, ccstr* value) { return ccstrAt(name, strlen(name), value); } function in class:CommandLineFlags

Completed in 237 milliseconds