Home
last modified time | relevance | path

Searched refs:AppendPathComponent (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/lldb/unittests/Target/
H A DModuleCacheTest.cpp48 fs.AppendPathComponent(dummy_remote_dir); in GetDummyRemotePath()
49 fs.AppendPathComponent(module_name); in GetDummyRemotePath()
54 spec.AppendPathComponent(".cache"); in GetUuidView()
55 spec.AppendPathComponent(module_uuid); in GetUuidView()
56 spec.AppendPathComponent(module_name); in GetUuidView()
61 spec.AppendPathComponent(hostname); in GetSysrootView()
62 spec.AppendPathComponent(dummy_remote_dir); in GetSysrootView()
63 spec.AppendPathComponent(module_name); in GetSysrootView()
128 test_cache_dir.AppendPathComponent("GetAndPut"); in TEST_F()
137 test_cache_dir.AppendPathComponent("GetAndPutUuidExist in TEST_F()
[all...]
H A DLocateModuleCallbackTest.cpp81 test_dir.AppendPathComponent(std::string(info->test_case_name()) + "-" + in GetTestDir()
90 fs.AppendPathComponent("bin"); in GetRemotePath()
91 fs.AppendPathComponent(k_module_file); in GetRemotePath()
96 spec.AppendPathComponent(k_platform_dir); in GetUuidView()
97 spec.AppendPathComponent(k_cache_dir); in GetUuidView()
98 spec.AppendPathComponent(k_module_uuid); in GetUuidView()
99 spec.AppendPathComponent(k_module_file); in GetUuidView()
105 cache_dir.AppendPathComponent(k_platform_dir); in BuildEmptyCacheDir()
106 cache_dir.AppendPathComponent(k_cache_dir); in BuildEmptyCacheDir()
/llvm-project/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp737 command_line_tools_path.AppendPathComponent("Library"); in GetCommandLineToolsLibraryPath()
787 sdks_spec.AppendPathComponent("Developer"); in GetSDKDirectoryForModules()
788 sdks_spec.AppendPathComponent("Platforms"); in GetSDKDirectoryForModules()
792 sdks_spec.AppendPathComponent("MacOSX.platform"); in GetSDKDirectoryForModules()
795 sdks_spec.AppendPathComponent("iPhoneSimulator.platform"); in GetSDKDirectoryForModules()
798 sdks_spec.AppendPathComponent("iPhoneOS.platform"); in GetSDKDirectoryForModules()
801 sdks_spec.AppendPathComponent("WatchSimulator.platform"); in GetSDKDirectoryForModules()
804 sdks_spec.AppendPathComponent("AppleTVSimulator.platform"); in GetSDKDirectoryForModules()
807 sdks_spec.AppendPathComponent("XRSimulator.platform"); in GetSDKDirectoryForModules()
813 sdks_spec.AppendPathComponent("Develope in GetSDKDirectoryForModules()
[all...]
H A DPlatformDarwinDevice.cpp74 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded()
130 sdk_symbols_symlink_fspec.AppendPathComponent("Symbols"); in UpdateSDKDirectoryInfosIfNeeded()
345 device_support_spec.AppendPathComponent("Symbols"); in GetSharedModuleWithLocalCache()
346 device_support_spec.AppendPathComponent( in GetSharedModuleWithLocalCache()
H A DPlatformRemoteDarwinDevice.cpp84 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK()
85 local_file.AppendPathComponent(platform_file_path); in GetFileInSDK()
/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp74 trace_path.AppendPathComponent("trace.json"); in SaveTraceBundleDescription()
103 threads_dir.AppendPathComponent("threads"); in BuildThreadsSection()
116 output_file.AppendPathComponent(std::to_string(tid) + ".intelpt_trace"); in BuildThreadsSection()
141 output_context_switch_trace.AppendPathComponent(std::to_string(cpu_id) + in WriteContextSwitchTrace()
181 output_trace.AppendPathComponent(std::to_string(cpu_id) + ".intelpt_trace"); in WriteIntelPTTrace()
200 cpus_dir.AppendPathComponent("cpus"); in BuildCpusSection()
273 path_to_copy_module.AppendPathComponent("modules"); in BuildModulesSection()
274 path_to_copy_module.AppendPathComponent(system_path); in BuildModulesSection()
/llvm-project/lldb/unittests/Utility/
H A DFileSpecTest.cpp82 TEST(FileSpecTest, AppendPathComponent) { in TEST() argument
84 fs_posix.AppendPathComponent("bar"); in TEST()
90 fs_posix_2.AppendPathComponent("//bar/baz"); in TEST()
96 fs_windows.AppendPathComponent("baz"); in TEST()
103 fs_posix_root.AppendPathComponent("bar"); in TEST()
109 fs_windows_root.AppendPathComponent("bar"); in TEST()
446 file.AppendPathComponent("foo.txt"); in TEST()
/llvm-project/lldb/source/API/
H A DSBFileSpec.cpp178 void SBFileSpec::AppendPathComponent(const char *fn) { in AppendPathComponent() function in SBFileSpec
181 m_opaque_up->AppendPathComponent(fn); in AppendPathComponent()
/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h386 void AppendPathComponent(llvm::StringRef component);
387 void AppendPathComponent(const FileSpec &new_path);
/llvm-project/lldb/source/Utility/
H A DFileSpec.cpp420 ret.AppendPathComponent(component); in CopyByAppendingPathComponent()
447 void FileSpec::AppendPathComponent(llvm::StringRef component) { in AppendPathComponent() function in FileSpec
454 void FileSpec::AppendPathComponent(const FileSpec &new_path) { in AppendPathComponent() function in FileSpec
455 return AppendPathComponent(new_path.GetPath(false)); in AppendPathComponent()
/llvm-project/lldb/source/Plugins/SymbolLocator/DebugSymbols/
H A DSymbolLocatorDebugSymbols.cpp403 dsym_directory.AppendPathComponent(dsym_filename); in LookForDsymNextToExecutablePath()
404 dsym_directory.AppendPathComponent("Contents"); in LookForDsymNextToExecutablePath()
405 dsym_directory.AppendPathComponent("Resources"); in LookForDsymNextToExecutablePath()
406 dsym_directory.AppendPathComponent("DWARF"); in LookForDsymNextToExecutablePath()
413 dsym_fspec.AppendPathComponent(filename.AsCString()); in LookForDsymNextToExecutablePath()
429 dsym_fspec.AppendPathComponent(binary_name); in LookForDsymNextToExecutablePath()
444 dsym_yaa_fspec.AppendPathComponent(dsym_yaa_filename); in LookForDsymNextToExecutablePath()
/llvm-project/lldb/source/Host/android/
H A DHostInfoAndroid.cpp73 file_candidate.AppendPathComponent(module_path.c_str()); in ResolveLibraryPath()
/llvm-project/lldb/include/lldb/API/
H A DSBFileSpec.h60 void AppendPathComponent(const char *file_or_directory);
/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp128 tmpdir_file_spec.AppendPathComponent("/tmp"); in CreateWithUniqueName()
129 tmpdir_file_spec.AppendPathComponent(pipe_spec); in CreateWithUniqueName()
/llvm-project/lldb/source/Host/common/
H A DHostInfoBase.cpp276 temp_file_spec.AppendPathComponent(pid_str); in ComputeProcessTempFileDirectory()
299 temp_file_spec.AppendPathComponent("lldb"); in ComputeGlobalTempFileDirectory()
H A DHost.cpp457 tmpdir_file_spec.AppendPathComponent("lldb-shell-output.%%%%%%"); in RunShellCommand()
/llvm-project/lldb/source/Target/
H A DPlatform.cpp93 module_cache_dir.AppendPathComponent(".lldb"); in PlatformProperties()
94 module_cache_dir.AppendPathComponent("module_cache"); in PlatformProperties()
498 relative_spec.AppendPathComponent(dst.GetPath()); in Install()
1788 dir_spec.AppendPathComponent(GetPluginName()); in GetUnixSignals()
1824 target_file.AppendPathComponent(local_file.GetFilename().AsCString()); in LoadImage()
H A DModuleCache.cpp63 result_spec.AppendPathComponent(path2); in JoinPath()
H A DPathMappingList.cpp222 path.AppendPathComponent(*component); in RemapPath()
/llvm-project/lldb/source/Host/windows/
H A DHost.cpp214 expand_tool_spec.AppendPathComponent("lldb-argdumper.exe"); in ShellExpandArguments()
/llvm-project/lldb/source/Core/
H A DDataFileCache.cpp154 cache_file.AppendPathComponent(filename); in GetCacheFilePath()
/llvm-project/lldb/test/API/api/multithreaded/
H A Dtest_stop-hook.cpp.template49 script_spec.AppendPathComponent("some_cmd.py");
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1813 dwo_file.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1825 relative_to_binary.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1831 dirspec.AppendPathComponent(comp_dir); in GetDwoSymbolFileForCompileUnit()
1836 dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1872 dwo_name_binary_directory.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1877 filename_binary_directory.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit()
1887 dwo_name_dirspec.AppendPathComponent(dwo_name); in GetDwoSymbolFileForCompileUnit()
1891 filename_dirspec.AppendPathComponent(filename_only); in GetDwoSymbolFileForCompileUnit()
1984 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path); in UpdateExternalModuleListIfNeeded()
/llvm-project/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp400 symfile_platform_filespec.AppendPathComponent("symbolized.oat"); in DownloadSymbolFile()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp487 socket_path_spec.AppendPathComponent(socket_name.c_str()); in Handle_qC()

12