HomeSort by relevance Sort by last modified time
    Searched defs:stdout_path (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 224 const char *stdout_path = NULL; local
231 stdout_path = GetFilePath(file_action, stdout_path);
241 stdout_path,
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 660 const char *stdout_path,
668 m_stdout_path(stdout_path),
699 const char *stdout_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
862 const char *stdout_path = args->m_stdout_path; local
924 if (stdout_path != NULL && stdout_path[0])
925 if (!DupDescriptor(stdout_path, STDOUT_FILENO, O_WRONLY | O_CREAT))
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 892 const char *stdout_path,
900 m_stdout_path(stdout_path),
931 const char *stdout_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1091 const char *stdout_path = args->m_stdout_path; local
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 589 char *stdout_path = NULL; local
599 stdout_path,
614 const char *stdout_path,
635 stdout_path ? stdout_path : "NULL",
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
    [all...]

Completed in 67 milliseconds