Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DProcess.cpp549 const char *curr_path = getenv("PATH"); in ConvertArgumentsForLaunchingInShell() local
550 if (curr_path) in ConvertArgumentsForLaunchingInShell()
554 new_path += curr_path; in ConvertArgumentsForLaunchingInShell()