Searched defs:shell_resolved_path (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Target/
H A DProcess.cpp497 char shell_resolved_path[PATH_MAX]; local
512 shell_filespec.GetPath (shell_resolved_path, sizeof(shell_resolved_path));
513 shell_executable = shell_resolved_path;

Completed in 104 milliseconds