Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Host/common/
DProcessLaunchInfo.cpp281 std::string curr_path; in ConvertArgumentsForLaunchingInShell() local
282 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()
285 new_path += curr_path; in ConvertArgumentsForLaunchingInShell()