Searched defs:temp_file_spec (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp924 FileSpec temp_file_spec; local
925 if (Host::GetLLDBPath (ePathTypeLLDBShlibDir, temp_file_spec))
927 if (temp_file_spec.GetPath (developer_dir_path, sizeof(developer_dir_path)))
956 temp_file_spec.SetFile(xcode_dir_path.c_str(), false);
957 size_t bytes_read = temp_file_spec.ReadFileContents(0, developer_dir_path, sizeof(developer_dir_path), NULL);
1007 temp_file_spec.SetFile (developer_dir_path, false);
1008 if (temp_file_spec.Exists())

Completed in 281 milliseconds