Home
last modified time | relevance | path

Searched defs:first_arg_is_executable (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectPlatform.cpp431 const bool first_arg_is_executable = true; in DoExecute() local
/external/lldb/source/Host/common/
DHost.cpp1395 const bool first_arg_is_executable = true; in RunShellCommand() local
/external/lldb/source/Target/
DProcess.cpp389 ProcessInfo::SetArguments (char const **argv, bool first_arg_is_executable) in SetArguments()
408 ProcessInfo::SetArguments (const Args& args, bool first_arg_is_executable) in SetArguments()