Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DHost.cpp1046 char raw_path[PATH_MAX]; in GetLLDBPath() local
1048 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1051 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
1060 … ::strncpy (framework_pos, "/Resources", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
1064 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
1084 char raw_path[PATH_MAX]; in GetLLDBPath() local
1086 lldb_file_spec.GetPath(raw_path, sizeof(raw_path)); in GetLLDBPath()
1088 char *framework_pos = ::strstr (raw_path, "LLDB.framework"); in GetLLDBPath()
1092 … ::strncpy (framework_pos, "/Headers", PATH_MAX - (framework_pos - raw_path)); in GetLLDBPath()
1094 FileSpec::Resolve (raw_path, resolved_path, sizeof(resolved_path)); in GetLLDBPath()
[all …]