Home
last modified time | relevance | path

Searched defs:working_dir (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp373 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
384 RunShellCommand(llvm::StringRef shell_path,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
393 RunShellCommand(const Args & args,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
404 RunShellCommand(llvm::StringRef shell_path,const Args & args,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output_ptr,const Timeout<std::micro> & timeout,bool run_in_shell,bool hide_stderr) RunShellCommand() argument
H A DProcessLaunchInfo.cpp125 void ProcessLaunchInfo::SetWorkingDirectory(const FileSpec &working_dir) { in SetWorkingDirectory()
264 FileSpec working_dir = GetWorkingDirectory(); in ConvertArgumentsForLaunchingInShell() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp172 return m_remote_platform_sp->SetRemoteWorkingDirectory(working_dir); in RunShellCommand() argument
180 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
283 SetRemoteWorkingDirectory(const FileSpec & working_dir) SetRemoteWorkingDirectory() argument
H A DPlatform.cpp517 FileSpec working_dir = GetWorkingDirectory(); Install() local
735 SetRemoteWorkingDirectory(const FileSpec & working_dir) SetRemoteWorkingDirectory() argument
1287 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
1303 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp184 FileSpec working_dir; in GetRemoteWorkingDirectory() local
196 const FileSpec &working_dir) { in SetRemoteWorkingDirectory() argument
355 FileSpec working_dir = launch_info.GetWorkingDirectory(); in LaunchProcess() local
674 RunShellCommand(llvm::StringRef shell,llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
[all...]
/freebsd-src/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py199 def __init__(self, command, working_dir=None, capture_stderr=True, env=None): argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp230 StringIdRecord working_dir; in GetMainSourceFile() local
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBLaunchInfo.cpp216 void SBLaunchInfo::SetWorkingDirectory(const char *working_dir) { in SetWorkingDirectory() argument
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1908 GetWorkingDir(FileSpec & working_dir) GetWorkingDir() argument
1924 SetWorkingDir(const FileSpec & working_dir) SetWorkingDir() argument
2932 RunShellCommand(llvm::StringRef command,const FileSpec & working_dir,int * status_ptr,int * signo_ptr,std::string * command_output,const Timeout<std::micro> & timeout) RunShellCommand() argument
H A DGDBRemoteCommunicationServerCommon.cpp739 std::string working_dir; in Handle_qPlatform_shell() local
H A DGDBRemoteCommunicationServerLLGS.cpp1501 FileSpec working_dir{m_process_launch_info.GetWorkingDirectory()}; in Handle_qGetWorkingDir() local
H A DProcessGDBRemote.cpp626 FileSpec working_dir = launch_info.GetWorkingDirectory(); in DoLaunch() local
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1803 FileSpec working_dir{}; DoExecute() local