Searched refs:execv (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 425 @Override public void execv(String filename, String[] argv) throws ErrnoException { in execv() method in BlockGuardOs 428 super.execv(filename, argv); in execv()
|
D | ForwardingOs.java | 100 …public void execv(String filename, String[] argv) throws ErrnoException { os.execv(filename, argv)… in execv() method in ForwardingOs
|
D | Os.java | 75 public void execv(String filename, String[] argv) throws ErrnoException; in execv() method
|
D | Linux.java | 75 public native void execv(String filename, String[] argv) throws ErrnoException; in execv() method in Linux
|
/libcore/luni/src/main/java/android/system/ |
D | Os.java | 138 …public static void execv(String filename, String[] argv) throws ErrnoException { Libcore.os.execv(… in execv() method in Os
|
/libcore/luni/src/main/native/ |
D | libcore_io_Linux.cpp | 1230 TEMP_FAILURE_RETRY(execv(path.c_str(), argv.get())); in Linux_execv() 2602 NATIVE_METHOD(Linux, execv, "(Ljava/lang/String;[Ljava/lang/String;)V"),
|