Home
last modified time | relevance | path

Searched refs:unsetenv (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/android/system/
DOs.java714 public static void unsetenv(String name) throws ErrnoException { Libcore.os.unsetenv(name); } in unsetenv() method in Os
/libcore/luni/src/main/java/libcore/io/
DForwardingOs.java237 public void unsetenv(String name) throws ErrnoException { os.unsetenv(name); } in unsetenv() method in ForwardingOs
DOs.java201 public void unsetenv(String name) throws ErrnoException; in unsetenv() method
DLinux.java277 public native void unsetenv(String name) throws ErrnoException; in unsetenv() method in Linux
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp2552 throwIfMinusOne(env, "unsetenv", unsetenv(name.c_str())); in Linux_unsetenv()
2714 NATIVE_METHOD(Linux, unsetenv, "(Ljava/lang/String;)V"),