Lines Matching refs:SBFileSpec
23 SBFileSpec::SBFileSpec () : in SBFileSpec() function in SBFileSpec
28 SBFileSpec::SBFileSpec (const SBFileSpec &rhs) : in SBFileSpec() function in SBFileSpec
33 SBFileSpec::SBFileSpec (const lldb_private::FileSpec& fspec) : in SBFileSpec() function in SBFileSpec
39 SBFileSpec::SBFileSpec (const char *path) : in SBFileSpec() function in SBFileSpec
44 SBFileSpec::SBFileSpec (const char *path, bool resolve) : in SBFileSpec() function in SBFileSpec
49 SBFileSpec::~SBFileSpec () in ~SBFileSpec()
53 const SBFileSpec &
54 SBFileSpec::operator = (const SBFileSpec &rhs) in operator =()
62 SBFileSpec::IsValid() const in IsValid()
68 SBFileSpec::Exists () const in Exists()
81 SBFileSpec::ResolveExecutableLocation () in ResolveExecutableLocation()
87 SBFileSpec::ResolvePath (const char *src_path, char *dst_path, size_t dst_len) in ResolvePath()
93 SBFileSpec::GetFilename() const in GetFilename()
110 SBFileSpec::GetDirectory() const in GetDirectory()
125 SBFileSpec::GetPath (char *dst_path, size_t dst_len) const in GetPath()
142 SBFileSpec::operator->() const in operator ->()
148 SBFileSpec::get() const in get()
155 SBFileSpec::operator*() const in operator *()
161 SBFileSpec::ref() const in ref()
168 SBFileSpec::SetFileSpec (const lldb_private::FileSpec& fs) in SetFileSpec()
174 SBFileSpec::GetDescription (SBStream &description) const in GetDescription()