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

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIX.cpp 223 const char *stdin_path = NULL; local
228 stdin_path = GetFilePath(file_action, stdin_path);
240 stdin_path,
  /external/chromium_org/chrome/browser/printing/
print_preview_pdf_generated_browsertest.cc 523 base::FilePath stdin_path; local
528 ASSERT_TRUE(base::CreateTemporaryFileInDir(tmp_dir_.path(), &stdin_path));
530 // Redirects |std::cin| to the file |stdin_path|. |in| is not freed because
533 std::ifstream* in = new std::ifstream(stdin_path.value().c_str());
542 std::cout << "StdinPath: " << stdin_path.value() << "\n";
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 659 const char *stdin_path,
667 m_stdin_path(stdin_path),
698 const char *stdin_path,
715 stdin_path, stdout_path, stderr_path, working_dir));
861 const char *stdin_path = args->m_stdin_path; local
920 if (stdin_path != NULL && stdin_path[0])
921 if (!DupDescriptor(stdin_path, STDIN_FILENO, O_RDONLY))
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 891 const char *stdin_path,
899 m_stdin_path(stdin_path),
930 const char *stdin_path,
946 stdin_path, stdout_path, stderr_path, working_dir));
1090 const char *stdin_path = args->m_stdin_path; local
    [all...]
  /external/lldb/source/API/
SBTarget.cpp 588 char *stdin_path = NULL; local
598 stdin_path,
613 const char *stdin_path,
634 stdin_path ? stdin_path : "NULL",
691 ProcessLaunchInfo launch_info (stdin_path, stdout_path, stderr_path, working_directory, launch_flags);
    [all...]

Completed in 215 milliseconds