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

/openjdk7/hotspot/src/share/vm/runtime/
H A Darguments.hpp525 static void set_meta_index_path(char* meta_index_path, char* meta_index_dir) { argument
527 _meta_index_dir = meta_index_dir;
H A Dos.cpp1111 char* meta_index_dir = format_boot_path(meta_index_dir_format, home, home_len, fileSep, pathSep);
1112 if (meta_index_dir == NULL) return false;
1113 Arguments::set_meta_index_path(meta_index, meta_index_dir);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassLoader.cpp345 char* meta_index_dir = Arguments::get_meta_index_dir(); local
395 string_starts_with(entry->name(), meta_index_dir) &&

Completed in 64 milliseconds