Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp1658 static std::vector<FileSpec> g_executable_dirs; in LocateExecutable() local
1675 g_executable_dirs.push_back(dir); in LocateExecutable()
1689 g_executable_dirs.push_back(dir); in LocateExecutable()
1696 for (const auto &executable_dir : g_executable_dirs) { in LocateExecutable()