Searched defs:unsetenv (Results 1 – 4 of 4) sorted by relevance
928 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } in unsetenv() method in ForwardingOs
759 public void unsetenv(String name) throws ErrnoException; in unsetenv() method
280 public native void unsetenv(String name) throws ErrnoException; in unsetenv() method in Linux
973 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os