Searched defs:argv (Results 1 – 5 of 5) sorted by relevance
| /libcore/luni/src/main/java/libcore/io/ |
| D | Os.java | 55 public void execv(String filename, String[] argv) throws ErrnoException; in execv() 56 public void execve(String filename, String[] argv, String[] envp) throws ErrnoException; in execve()
|
| D | ForwardingOs.java | 64 …public void execv(String filename, String[] argv) throws ErrnoException { os.execv(filename, argv)… in execv() 65 …public void execve(String filename, String[] argv, String[] envp) throws ErrnoException { os.execv… in execve()
|
| D | Posix.java | 58 public native void execv(String filename, String[] argv) throws ErrnoException; in execv() 59 public native void execve(String filename, String[] argv, String[] envp) throws ErrnoException; in execve()
|
| /libcore/luni/src/main/java/android/system/ |
| D | Os.java | 95 …public static void execv(String filename, String[] argv) throws ErrnoException { Libcore.os.execv(… in execv() 100 …public static void execve(String filename, String[] argv, String[] envp) throws ErrnoException { L… in execve()
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Posix.cpp | 554 ExecStrings argv(env, javaArgv); in Posix_execve() local 567 ExecStrings argv(env, javaArgv); in Posix_execv() local
|