Searched refs:unsetenv (Results 1 – 5 of 5) sorted by relevance
714 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os
237 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } in unsetenv() method in ForwardingOs
201 public void unsetenv(String name) throws ErrnoException; in unsetenv() method
277 public native void unsetenv(String name) throws ErrnoException; in unsetenv() method in Linux
2552 throwIfMinusOne(env, "unsetenv", unsetenv(name.c_str())); in Linux_unsetenv()2714 NATIVE_METHOD(Linux, unsetenv, "(Ljava/lang/String;)V"),