Home
last modified time | relevance | path

Searched refs:curr_path (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp277 std::string curr_path; in ConvertArgumentsForLaunchingInShell() local
278 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()
281 new_path += curr_path; in ConvertArgumentsForLaunchingInShell()