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

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp478 if (!get_canonical_path(path, canonical_path, JVM_MAXPATHLEN)) {
531 if (get_canonical_path(orig_path, canonical_path, JVM_MAXPATHLEN)) {
1070 bool ClassLoader::get_canonical_path(char* orig, char* out, int len) { function in class:ClassLoader

Completed in 62 milliseconds