jdk/src/java.base/unix/native/libjli/java_md.h
changeset 45062 37ed4313c8c1
parent 42753 40f61533b93d
equal deleted inserted replaced
45061:74b09ee3cd55 45062:37ed4313c8c1
     1 /*
     1 /*
     2  * Copyright (c) 1998, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    52 int UnsetEnv(char *name);
    52 int UnsetEnv(char *name);
    53 char *FindExecName(char *program);
    53 char *FindExecName(char *program);
    54 const char *SetExecname(char **argv);
    54 const char *SetExecname(char **argv);
    55 const char *GetExecName();
    55 const char *GetExecName();
    56 static jboolean GetJVMPath(const char *jrepath, const char *jvmtype,
    56 static jboolean GetJVMPath(const char *jrepath, const char *jvmtype,
    57                            char *jvmpath, jint jvmpathsize, int bitsWanted);
    57                            char *jvmpath, jint jvmpathsize);
    58 static jboolean GetJREPath(char *path, jint pathsize, jboolean speculative);
    58 static jboolean GetJREPath(char *path, jint pathsize, jboolean speculative);
    59 
    59 
    60 #if defined(_AIX)
    60 #if defined(_AIX)
    61 #include "java_md_aix.h"
    61 #include "java_md_aix.h"
    62 #endif
    62 #endif