Searched refs:unsetenv (Results 1 – 5 of 5) sorted by relevance
238 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } in unsetenv() method in ForwardingOs
202 public void unsetenv(String name) throws ErrnoException; in unsetenv() method
278 public native void unsetenv(String name) throws ErrnoException; in unsetenv() method in Linux
711 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os
2549 throwIfMinusOne(env, "unsetenv", unsetenv(name.c_str())); in Linux_unsetenv()2711 NATIVE_METHOD(Linux, unsetenv, "(Ljava/lang/String;)V"),