Home
last modified time | relevance | path

Searched defs:unsetenv (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOs.java979 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os
/libcore/luni/src/main/java/libcore/io/
DOs.java764 public void unsetenv(String name) throws ErrnoException; in unsetenv() method
DForwardingOs.java933 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } in unsetenv() method in ForwardingOs
DLinux.java320 public native void unsetenv(String name) throws ErrnoException; in unsetenv() method in Linux