Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
HDLocateSymbolFile.cpp90 if (FileSystem::Instance().Exists(dsym_directory)) { in LookForDsymNextToExecutablePath()
96 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
112 if (FileSystem::Instance().Exists(dsym_fspec) && in LookForDsymNextToExecutablePath()
128 if (FileSystem::Instance().Exists(dsym_yaa_fspec)) { in LookForDsymNextToExecutablePath()
131 FileSystem::Instance().Exists(mutable_mod_spec.GetSymbolFileSpec())) { in LookForDsymNextToExecutablePath()
261 FileSystem::Instance().Exists(symbol_file_spec)) in LocateExecutableSymbolFile()
354 if (FileSystem::Instance().Exists(file_spec)) { in LocateExecutableSymbolFile()
HDLocateSymbolFileMacOSX.cpp156 if (FileSystem::Instance().Exists(exec_filespec)) { in LocateMacOSXFilesUsingDebugSymbols()
510 (file_spec_ptr && FileSystem::Instance().Exists(*file_spec_ptr))) { in DownloadObjectAndSymbolFile()
524 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
531 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
547 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
557 FileSystem::Instance().Exists(dsym_for_uuid_exe_spec); in DownloadObjectAndSymbolFile()
HDObjectFile.cpp50 const bool file_exists = FileSystem::Instance().Exists(*file); in FindPlugin()
588 if (must_exist && !FileSystem::Instance().Exists(archive_file)) in SplitArchivePathWithObject()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDMonitoringProcessLauncher.cpp34 if (!fs.Exists(exe_spec)) in LaunchProcess()
37 if (!fs.Exists(exe_spec)) in LaunchProcess()
40 if (!fs.Exists(exe_spec)) { in LaunchProcess()
HDFileSystem.cpp154 bool FileSystem::Exists(const Twine &path) const { return m_fs->exists(path); } in Exists() function in FileSystem
156 bool FileSystem::Exists(const FileSpec &file_spec) const { in Exists() function in FileSystem
157 return Exists(file_spec.GetPath()); in Exists()
256 if (Exists(absolute)) { in Resolve()
340 if (!Exists(result)) in ResolveExecutableLocation()
HDHostInfoBase.cpp42 if (FileSystem::Instance().Exists(m_lldb_process_tmp_dir)) { in ~HostInfoBaseFields()
/freebsd-11-stable/contrib/bmake/mk/
HDsubdir.mk26 @Exists() { test -f $$1; }; \
29 if Exists ${.CURDIR}/$${entry}.${MACHINE}/[mM]akefile; then \
31 elif Exists ${.CURDIR}/$${entry}/[mM]akefile; then \
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBFileSpec.cpp89 bool SBFileSpec::Exists() const { in Exists() function in SBFileSpec
90 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBFileSpec, Exists); in Exists()
92 return FileSystem::Instance().Exists(*m_opaque_up); in Exists()
208 LLDB_REGISTER_METHOD_CONST(bool, SBFileSpec, Exists, ()); in RegisterMethods()
HDSBPlatform.cpp471 if (src.Exists()) { in Put()
496 if (src.Exists()) in Install()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBFileSpec.i54 Exists () const;
101 …exists = property(Exists, None, doc='''A read only property that returns a boolean value that indi…
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDModuleCache.cpp134 if (FileSystem::Instance().Exists(sysroot_module_path_spec)) { in CreateHostSysRootModuleLink()
231 if (!FileSystem::Instance().Exists(module_file_path)) in Get()
259 if (FileSystem::Instance().Exists(symfile_spec)) in Get()
HDTargetList.cpp343 if (!FileSystem::Instance().Exists(file) && user_exe_path.startswith("~")) { in CreateTargetInternal()
368 if (FileSystem::Instance().Exists(cwd_file)) in CreateTargetInternal()
HDPathMappingList.cpp236 if (FileSystem::Instance().Exists(new_spec)) in FindFile()
HDRemoteAwarePlatform.cpp124 return FileSystem::Instance().Exists(file_spec); in GetFileExists()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDFileSystem.h110 bool Exists(const FileSpec &file_spec) const;
111 bool Exists(const llvm::Twine &path) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
HDLua.cpp34 if (!FileSystem::Instance().Exists(file)) { in LoadModule()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBFileSpec.h39 bool Exists() const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp80 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) { in ResolveExecutable()
87 if (!FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
94 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
120 if (FileSystem::Instance().Exists(resolved_module_spec.GetFileSpec())) in ResolveExecutable()
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
HDDriver.cpp134 if (file.Exists()) in AddInitialCommand()
207 if (!file.Exists()) { in ProcessArgs()
238 if (file.Exists()) { in ProcessArgs()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionValuePathMappings.cpp22 return FileSystem::Instance().Exists(path); in VerifyPathExists()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDDynamicLoader.cpp81 if (FileSystem::Instance().Exists(executable->GetFileSpec())) { in GetTargetExecutable()
HDSourceManager.cpp91 if (!file_sp || !FileSystem::Instance().Exists(file_sp->GetFileSpec())) { in GetFile()
427 if (!FileSystem::Instance().Exists(m_file_spec)) { in CommonInitializer()
HDModuleList.cpp811 if (!FileSystem::Instance().Exists(search_path_spec)) in GetSharedModule()
852 if (!FileSystem::Instance().Exists( in GetSharedModule()
859 if (FileSystem::Instance().Exists( in GetSharedModule()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp58 FileSystem::Instance().Exists(python_os_plugin_spec)) { in CreateInstance()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectTarget.cpp274 if (!FileSystem::Instance().Exists(core_file)) { in DoExecute()
291 if (FileSystem::Instance().Exists(symfile)) { in DoExecute()
338 if (file_spec && FileSystem::Instance().Exists(file_spec)) { in DoExecute()
407 if (FileSystem::Instance().Exists(core_file)) { in DoExecute()
2557 if (FileSystem::Instance().Exists(file_spec)) { in DoExecute()
4230 if (FileSystem::Instance().Exists( in DoExecute()
4278 FileSystem::Instance().Exists(module_spec.GetFileSpec()); in DoExecute()
4340 FileSystem::Instance().Exists(module_spec.GetSymbolFileSpec()); in DoExecute()

12