Searched defs:unsetenv (Results 1 – 4 of 4) sorted by relevance
711 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os
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