Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp262 FileSpec script_fspec(path_string.GetString()); in LocateExecutableScriptingResources() local
263 FileSystem::Instance().Resolve(script_fspec); in LocateExecutableScriptingResources()
276 if (FileSystem::Instance().Exists(script_fspec)) in LocateExecutableScriptingResources()
299 if (FileSystem::Instance().Exists(script_fspec)) { in LocateExecutableScriptingResources()
300 file_list.Append(script_fspec); in LocateExecutableScriptingResources()