Home
last modified time | relevance | path

Searched refs:Exists (Results 1 – 25 of 42) sorted by relevance

12

/NextBSD/contrib/bmake/mk/
HDsubdir.mk28 @Exists() { test -f $$1; }; \
31 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \
33 elif Exists ${.CURDIR}/$${entry}/[mM]akefile; then \
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSymbols.cpp99 if (dsym_fspec.Exists() && in LocateDSYMInVincinityOfExecutable()
118 if (dsym_fspec.Exists() && in LocateDSYMInVincinityOfExecutable()
236 if (!dirspec.Exists() || !dirspec.IsDirectory()) in LocateExecutableSymbolFile()
256 if (file_spec.Exists()) in LocateExecutableSymbolFile()
HDMonitoringProcessLauncher.cpp56 if (exe_spec.Exists()) in LaunchProcess()
HDFileSpec.cpp683 FileSpec::Exists () const in Exists() function in FileSpec
719 if (Exists()) in ResolveExecutableLocation()
726 if (tmp_file.Exists()) in ResolveExecutableLocation()
/NextBSD/contrib/llvm/tools/lldb/source/Utility/
HDModuleCache.cpp44 if (dir_path.Exists ()) in MakeDirectory()
67 if (sysroot_module_path_spec.Exists()) in CreateHostSysRootModuleLink()
119 if (!module_file_path.Exists ()) in Get()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBFileSpec.cpp71 SBFileSpec::Exists () const in Exists() function in SBFileSpec
75 bool result = m_opaque_ap->Exists(); in Exists()
HDSBPlatform.cpp494 if (src.Exists()) in Put()
521 if (src.Exists()) in Install()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp171 if (!resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable()
177 if (!resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable()
180 if (resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable()
200 if (resolved_module_spec.GetFileSpec().Exists()) in ResolveExecutable()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFileSpec.h37 Exists () const;
/NextBSD/contrib/llvm/tools/lldb/tools/driver/
HDDriver.cpp432 if (local_lldbinit.Exists()) in Clear()
474 if (file.Exists()) in AddInitialCommand()
691 if (file.Exists()) in ParseArgs()
716 if (file.Exists()) in ParseArgs()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDFileSpecList.cpp193 if (path_spec.Exists ()) in GetFilesMatchingPartialPath()
HDModuleList.cpp1012 if (!search_path_spec.Exists() || !search_path_spec.IsDirectory()) in GetSharedModule()
1015 if (!search_path_spec.Exists()) in GetSharedModule()
1053 if (!file_spec.Exists()) in GetSharedModule()
1059 if (file_spec.Exists()) in GetSharedModule()
HDSourceManager.cpp87 if (!file_sp || !file_sp->GetFileSpec().Exists()) in GetFile()
392 if (!m_file_spec.Exists()) in File()
HDDynamicLoader.cpp89 if (executable->GetFileSpec().Exists()) in GetTargetExecutable()
HDDebugger.cpp525 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()
538 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path))) in InstanceInitialize()
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDFileSystem.cpp170 return file_spec.Exists(); in GetFileExists()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h279 Exists () const;
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp52 const bool file_exists = file->Exists(); in FindPlugin()
578 if (must_exist && !archive_file.Exists()) in SplitArchivePathWithObject()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDTargetList.cpp394 if (!file.Exists() && user_exe_path && user_exe_path[0] == '~') in CreateTargetInternal()
428 if (cwd_file.Exists()) in CreateTargetInternal()
HDPathMappingList.cpp248 if (new_spec.Exists()) in FindFile()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp62 if (python_os_plugin_spec && python_os_plugin_spec.Exists()) in CreateInstance()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp234 if (!core_file.Exists()) in DoExecute()
254 if (symfile.Exists()) in DoExecute()
307 if (file_spec && file_spec.Exists()) in DoExecute()
388 if (core_file.Exists()) in DoExecute()
2808 if (file_spec.Exists()) in DoExecute()
4650 if (frame_module_sp->GetPlatformFileSpec().Exists()) in DoExecute()
4704 success |= module_spec.GetFileSpec().Exists(); in DoExecute()
4774 bool symfile_exists = module_spec.GetSymbolFileSpec().Exists(); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.cpp1131 bool debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess()
1139 debugserver_exists = debugserver_file_spec.Exists(); in StartDebugserverProcess()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDProcessElfCore.cpp89 if (!m_core_module_sp && m_core_file.Exists()) in CanDebug()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp218 if (! executable->GetFileSpec().Exists()) in GetTargetExecutable()

12