Searched refs:kPropertyClassPath (Results 1 – 1 of 1) sorted by relevance
90 static constexpr const char* kPropertyClassPath = "java.class.path"; variable120 JvmtiUniquePtr<char[]> classpath_data = CopyString(env, kPropertyClassPath, &classpath_result); in GetSystemProperties()216 if (strcmp(property, kPropertyClassPath) == 0) { in GetSystemProperty()