Home
last modified time | relevance | path

Searched refs:platform_path (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp374 char platform_path[PATH_MAX]; in GetSharedModule() local
376 platform_file.GetPath(platform_path, sizeof(platform_path)); in GetSharedModule()
388 platform_path + bundle_directory_len); in GetSharedModule()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h193 virtual bool ResolveRemotePath(const FileSpec &platform_path,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp880 bool Platform::ResolveRemotePath(const FileSpec &platform_path, in ResolveRemotePath() argument
882 resolved_platform_path = platform_path; in ResolveRemotePath()