Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Host/common/
DProcessLaunchInfo.cpp286 std::string curr_path; in ConvertArgumentsForLaunchingInShell() local
287 if (HostInfo::GetEnvironmentVar("PATH", curr_path)) { in ConvertArgumentsForLaunchingInShell()
290 new_path += curr_path; in ConvertArgumentsForLaunchingInShell()