HomeSort by relevance Sort by last modified time
    Searched full:expanded_file (Results 1 - 1 of 1) sorted by null

  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 595 char expanded_file[PATH_MAX]; local
606 memcpy(expanded_file, dir, dirlen);
607 memcpy(expanded_file + dirlen, file, filelen);
608 expanded_file[dirlen + filelen] = '\0';
609 execve_with_shell_fallback(expanded_file, argv, envp);

Completed in 215 milliseconds