Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1125 static std::vector<FileSpec> g_executable_dirs; in LocateExecutable() local
1142 g_executable_dirs.push_back(dir); in LocateExecutable()
1156 g_executable_dirs.push_back(dir); in LocateExecutable()
1163 for (const auto &executable_dir : g_executable_dirs) { in LocateExecutable()