Searched defs:ObjectPath (Results 1 – 6 of 6) sorted by relevance
28 ObjectPath() {} in ObjectPath() function29 explicit ObjectPath(const std::string& value) : value_(value) {} in ObjectPath() function
22 …HRESULT WINAPI GetObject(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemClassObject… in GetObject()30 …HRESULT WINAPI DeleteInstance(const BSTR ObjectPath,__LONG32 lFlags,IWbemContext *pCtx,IWbemCallRe… in DeleteInstance()233 …HRESULT WINAPI CheckInstancePath(IClassFactory *pParserFactory,const BSTR ObjectPath,const BSTR Cl… in CheckInstancePath()
112 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
175 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
194 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
5351 StringRef ObjectPath = Dir->path(); in findDsymObjectMembers() local