Home
last modified time | relevance | path

Searched refs:execv (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java457 @Override public void execv(String filename, String[] argv) throws ErrnoException { in execv() method in BlockGuardOs
460 super.execv(filename, argv); in execv()
DForwardingOs.java226 …public void execv(String filename, String[] argv) throws ErrnoException { os.execv(filename, argv)… in execv() method in ForwardingOs
DOs.java166 public void execv(String filename, String[] argv) throws ErrnoException; in execv() method
DLinux.java75 public native void execv(String filename, String[] argv) throws ErrnoException; in execv() method in Linux
/libcore/luni/src/main/java/android/system/
DOs.java159 …public static void execv(String filename, String[] argv) throws ErrnoException { Libcore.os.execv(… in execv() method in Os
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1301 TEMP_FAILURE_RETRY(execv(path.c_str(), argv.get())); in Linux_execv()
2786 NATIVE_METHOD(Linux, execv, "(Ljava/lang/String;[Ljava/lang/String;)V"),
/libcore/api/
Dcurrent.txt50 method public static void execv(String, String[]) throws android.system.ErrnoException;