Home
last modified time | relevance | path

Searched refs:GetPath (Results 1 – 25 of 62) sorted by relevance

123

/trueos/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp462 std::string dst_dir_path (dst_dir.GetPath()); in RecurseCopy_Callback()
471 std::string src_dir_path (src.GetPath()); in RecurseCopy_Callback()
476 recurse_dst.GetDirectory().SetCString(dst_dir.GetPath().c_str()); in RecurseCopy_Callback()
497 rc_baton->error = Host::Readlink (src.GetPath().c_str(), buf, sizeof(buf)); in RecurseCopy_Callback()
502 … rc_baton->error = rc_baton->platform_ptr->CreateSymlink(dst_file.GetPath().c_str(), buf); in RecurseCopy_Callback()
529 …on->error.SetErrorStringWithFormat("invalid file detected during copy: %s", src.GetPath().c_str()); in RecurseCopy_Callback()
542 …log->Printf ("Platform::Install (src='%s', dst='%s')", src.GetPath().c_str(), dst.GetPath().c_str(… in Install()
569 relative_spec.AppendPathComponent(dst.GetPath().c_str()); in Install()
574 …thFormat("platform working directory must be valid for relative path '%s'", dst.GetPath().c_str()); in Install()
587 …thFormat("platform working directory must be valid for relative path '%s'", dst.GetPath().c_str()); in Install()
[all …]
HDTargetList.cpp112 … module_spec.GetFileSpec().GetPath().c_str()); in CreateTarget()
282 file.GetPath().c_str(), in CreateTarget()
288 file.GetPath().c_str()); in CreateTarget()
295 … exe_module_sp->GetFileSpec().GetPath(resolved_bundle_exe_path, sizeof(resolved_bundle_exe_path)); in CreateTarget()
320 target_sp->SetArg0 (file.GetPath().c_str()); in CreateTarget()
HDSectionLoadList.cpp93 module_file_spec.GetPath().c_str(), in SetSectionLoadAddress()
182 module_file_spec.GetPath().c_str(), in SetSectionUnloaded()
214 module_file_spec.GetPath().c_str(), in SetSectionUnloaded()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.cpp204 std::string src_path (source.GetPath()); in PutFile()
207 std::string dst_path (destination.GetPath()); in PutFile()
231 std::string src_path (source.GetPath()); in PutFile()
234 std::string dst_path (destination.GetPath()); in PutFile()
279 source.GetPath().c_str(), in PutFile()
280 destination.GetPath().c_str(), in PutFile()
389 std::string src_path (source.GetPath()); in GetFile()
392 std::string dst_path (destination.GetPath()); in GetFile()
467 error = GetFilePermissions(source.GetPath().c_str(), permissions); in GetFile()
/trueos/contrib/llvm/tools/lldb/source/API/
HDSBFileSpec.cpp143 SBFileSpec::GetPath (char *dst_path, size_t dst_len) const in GetPath() function in SBFileSpec
147 uint32_t result = m_opaque_ap->GetPath (dst_path, dst_len); in GetPath()
196 if (m_opaque_ap->GetPath(path, sizeof(path))) in GetDescription()
HDSBFileSpecList.cpp134 if (m_opaque_ap->GetFileSpecAtIndex(i).GetPath(path, sizeof(path))) in GetDescription()
HDSBPlatform.cpp508 ….ref().SetErrorStringWithFormat("'src' argument doesn't exist: '%s'", src.ref().GetPath().c_str()); in Put()
532 ….ref().SetErrorStringWithFormat("'src' argument doesn't exist: '%s'", src.ref().GetPath().c_str()); in Install()
/trueos/contrib/llvm/tools/lldb/source/Host/common/
HDFileSpec.cpp52 if (file_spec->GetPath (resolved_path, sizeof(resolved_path))) in GetFileStats()
610 if (!GetPath (path_buf, PATH_MAX)) in ResolvePath()
655 Host::GetFilePermissions(GetPath().c_str(), file_permissions); in GetPermissions()
711 FileSpec::GetPath(char *path, size_t path_max_len) const in GetPath() function in FileSpec
735 FileSpec::GetPath (void) const in GetPath() function in FileSpec
823 if (GetPath(resolved_path, sizeof(resolved_path))) in ReadFileContents()
860 if (GetPath(resolved_path, sizeof(resolved_path))) in ReadFileContents()
885 if (GetPath(resolved_path, sizeof(resolved_path))) in ReadFileContentsAsCString()
911 if (GetPath(path, sizeof(path))) in ReadFileLines()
HDHost.cpp891 if (file_spec.GetPath(path, sizeof(path))) in DynamicLibraryOpen()
977 if (dylib_info->file_spec.GetPath (dylib_path, sizeof(dylib_path))) in DynamicLibraryGetSymbol()
1048 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1086 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1123 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1177 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1193 g_lldb_system_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str()); in GetLLDBPath()
1257 g_lldb_user_plugin_dir.SetCString(lldb_file_spec.GetPath().c_str()); in GetLLDBPath()
1551 …strncpy(output_file_path_buffer, tmpdir_file_spec.GetPath().c_str(), sizeof(output_file_path_buffe… in RunShellCommand()
1960 exe_spec.GetPath (exe_path, sizeof(exe_path)); in LaunchProcess()
[all …]
HDSymbols.cpp77 std::string dirname = dirspec.GetPath(); in LocateExecutableSymbolFile()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
HDPlatformFreeBSD.cpp199 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
210 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
235 exe_file.GetPath(exe_path, sizeof(exe_path)); in ResolveExecutable()
256 exe_file.GetPath().c_str(), in ResolveExecutable()
291 exe_file.GetPath().c_str(), in ResolveExecutable()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDSearchFilter.cpp432 m_module_spec.GetPath(buffer, 2047); in GetDescription()
585 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047); in GetDescription()
601 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047); in GetDescription()
776 m_module_spec_list.GetFileSpecAtIndex(0).GetPath(buffer, 2047); in GetDescription()
792 m_module_spec_list.GetFileSpecAtIndex(i).GetPath(buffer, 2047); in GetDescription()
HDDataBufferMemoryMap.cpp125 filespec->GetPath().c_str(), in MemoryMapFromFileSpec()
131 if (filespec->GetPath(path, sizeof(path))) in MemoryMapFromFileSpec()
HDModule.cpp167 m_file.GetPath().c_str(), in Module()
218 m_file.GetPath().c_str(), in Module()
243 m_file.GetPath().c_str(), in ~Module()
600 file_spec.GetPath().c_str(), in ResolveSymbolContextsForFileSpec()
983 std::string spec(GetFileSpec().GetPath()); in GetSpecificationDescription()
1013 if (m_file.GetPath(path, sizeof(path))) in GetDescription()
1157 m_file.GetPath().c_str(), in Dump()
1465 scripting_fspec.GetPath().c_str()); in LoadScriptingResourceInTarget()
HDFileLineResolver.cpp94 m_file_spec.GetPath().c_str(), in GetDescription()
HDModuleList.cpp739 module_file_spec.GetPath().c_str()); in LogUUIDAndPaths()
976 file_spec.GetPath(path, sizeof(path)); in GetSharedModule()
978 module_file_spec.GetPath(path, sizeof(path)); in GetSharedModule()
1047 file_spec.GetPath(path, sizeof(path)); in GetSharedModule()
/trueos/contrib/llvm/tools/lldb/include/lldb/Host/
HDFileSpec.h378 GetPath (char *path, size_t max_path_length) const;
390 GetPath () const;
/trueos/contrib/llvm/tools/lldb/source/Symbol/
HDObjectFile.cpp44 module_sp->GetFileSpec().GetPath().c_str(), in FindPlugin()
86 module_sp->GetFileSpec().GetPath(path_with_object, sizeof(path_with_object)); in FindPlugin()
165 module_sp->GetFileSpec().GetPath().c_str(), in FindPlugin()
271 m_file.GetPath().c_str(), in ObjectFile()
HDBlock.cpp412 func_decl.GetFile().GetPath().c_str(), in AddRange()
420 module_sp->GetFileSpec().GetPath().c_str()); in AddRange()
431 module_sp->GetFileSpec().GetPath().c_str()); in AddRange()
HDUnwindTable.cpp138 s.Printf("UnwindTable for '%s':\n", m_object_file.GetFileSpec().GetPath().c_str()); in Dump()
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp71 exe_valid = exe_module->GetFileSpec().GetPath (exe_path, sizeof(exe_path)); in DumpTargetInfo()
241 symfile.GetPath(symfile_path, sizeof(symfile_path)); in DoExecute()
331 std::string remote_path = remote_file.GetPath(); in DoExecute()
349 core_file.GetPath(core_path, sizeof(core_path)); in DoExecute()
806 sc.comp_unit->GetPath().c_str(), in DumpGlobalVariableList()
807 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList()
812 sc.module_sp->GetFileSpec().GetPath().c_str()); in DumpGlobalVariableList()
818 sc.comp_unit->GetPath().c_str()); in DumpGlobalVariableList()
939 comp_unit->GetPath().c_str()); in DoExecute()
979 module_file.GetPath().c_str()); in DoExecute()
[all …]
/trueos/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointResolverFileLine.cpp104 s->Printf ("file = '%s', line = %u", m_file_spec.GetPath().c_str(), m_line_number); in GetDescription()
/trueos/contrib/llvm/tools/lldb/include/lldb/API/
HDSBFileSpec.h55 GetPath (char *dst_path, size_t dst_len) const;
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionValueFileSpec.cpp67 strm << '"' << m_current_value.GetPath().c_str() << '"'; in DumpValue()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolVendor/ELF/
HDSymbolVendorELF.cpp112 module_sp->GetFileSpec().GetPath().c_str()); in CreateInstance()

123