Searched refs:execv (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | BlockGuardOs.java | 457 @Override public void execv(String filename, String[] argv) throws ErrnoException { in execv() method in BlockGuardOs 460 super.execv(filename, argv); in execv()
|
D | ForwardingOs.java | 226 …public void execv(String filename, String[] argv) throws ErrnoException { os.execv(filename, argv)… in execv() method in ForwardingOs
|
D | Os.java | 166 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 | 159 …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 | 1301 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/ |
D | current.txt | 50 method public static void execv(String, String[]) throws android.system.ErrnoException;
|