Searched refs:dir_spec (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp605 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) {
606 if (FileSystem::Instance().Exists(dir_spec) &&
607 dir_spec.GetPath(dir_path, sizeof(dir_path))) {
614 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) {
615 if (FileSystem::Instance().Exists(dir_spec) &&
616 dir_spec.GetPath(dir_path, sizeof(dir_path))) {
H A DPluginManager.cpp164 if (FileSpec dir_spec = HostInfo::GetSystemPluginDir()) {
165 if (FileSystem::Instance().Exists(dir_spec) &&
166 dir_spec.GetPath(dir_path, sizeof(dir_path))) {
173 if (FileSpec dir_spec = HostInfo::GetUserPluginDir()) {
174 if (FileSystem::Instance().Exists(dir_spec) &&
175 dir_spec.GetPath(dir_path, sizeof(dir_path))) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp115 bool PlatformProperties::SetModuleCacheDirectory(const FileSpec &dir_spec) { argument
117 nullptr, ePropertyModuleCacheDirectory, dir_spec);
1679 auto dir_spec = GetGlobalPlatformProperties()->GetModuleCacheDirectory();
1680 dir_spec.AppendPathComponent(GetName().AsCString());
1681 return dir_spec;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h51 bool SetModuleCacheDirectory(const FileSpec &dir_spec);

Completed in 93 milliseconds