| /NextBSD/contrib/bmake/mk/ |
| HD | subdir.mk | 28 @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/ |
| HD | Symbols.cpp | 99 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()
|
| HD | MonitoringProcessLauncher.cpp | 56 if (exe_spec.Exists()) in LaunchProcess()
|
| HD | FileSpec.cpp | 683 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/ |
| HD | ModuleCache.cpp | 44 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/ |
| HD | SBFileSpec.cpp | 71 SBFileSpec::Exists () const in Exists() function in SBFileSpec 75 bool result = m_opaque_ap->Exists(); in Exists()
|
| HD | SBPlatform.cpp | 494 if (src.Exists()) in Put() 521 if (src.Exists()) in Install()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| HD | PlatformFreeBSD.cpp | 171 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/ |
| HD | SBFileSpec.h | 37 Exists () const;
|
| /NextBSD/contrib/llvm/tools/lldb/tools/driver/ |
| HD | Driver.cpp | 432 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/ |
| HD | FileSpecList.cpp | 193 if (path_spec.Exists ()) in GetFilesMatchingPartialPath()
|
| HD | ModuleList.cpp | 1012 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()
|
| HD | SourceManager.cpp | 87 if (!file_sp || !file_sp->GetFileSpec().Exists()) in GetFile() 392 if (!m_file_spec.Exists()) in File()
|
| HD | DynamicLoader.cpp | 89 if (executable->GetFileSpec().Exists()) in GetTargetExecutable()
|
| HD | Debugger.cpp | 525 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/ |
| HD | FileSystem.cpp | 170 return file_spec.Exists(); in GetFileExists()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | FileSpec.h | 279 Exists () const;
|
| /NextBSD/contrib/llvm/tools/lldb/source/Symbol/ |
| HD | ObjectFile.cpp | 52 const bool file_exists = file->Exists(); in FindPlugin() 578 if (must_exist && !archive_file.Exists()) in SplitArchivePathWithObject()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | TargetList.cpp | 394 if (!file.Exists() && user_exe_path && user_exe_path[0] == '~') in CreateTargetInternal() 428 if (cwd_file.Exists()) in CreateTargetInternal()
|
| HD | PathMappingList.cpp | 248 if (new_spec.Exists()) in FindFile()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/ |
| HD | OperatingSystemPython.cpp | 62 if (python_os_plugin_spec && python_os_plugin_spec.Exists()) in CreateInstance()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectTarget.cpp | 234 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/ |
| HD | GDBRemoteCommunication.cpp | 1131 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/ |
| HD | ProcessElfCore.cpp | 89 if (!m_core_module_sp && m_core_file.Exists()) in CanDebug()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| HD | DynamicLoaderHexagonDYLD.cpp | 218 if (! executable->GetFileSpec().Exists()) in GetTargetExecutable()
|