Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp135 FileSpec script_fspec(path_string.GetString()); in LocateExecutableScriptingResources() local
136 FileSystem::Instance().Resolve(script_fspec); in LocateExecutableScriptingResources()
149 if (FileSystem::Instance().Exists(script_fspec)) in LocateExecutableScriptingResources()
172 if (FileSystem::Instance().Exists(script_fspec)) { in LocateExecutableScriptingResources()
173 file_list.Append(script_fspec); in LocateExecutableScriptingResources()