Home
last modified time | relevance | path

Searched defs:ObjectPath (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/dbus/
H A Dobject_path.h28 ObjectPath() {} in ObjectPath() function
29 explicit ObjectPath(const std::string& value) : value_(value) {} in ObjectPath() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwmiatlprov.h22 …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()
/aosp_15_r20/external/llvm/lib/Object/
H A DObjectFile.cpp112 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObjectFile.cpp175 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DObjectFile.cpp194 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile()
H A DMachOObjectFile.cpp5351 StringRef ObjectPath = Dir->path(); in findDsymObjectMembers() local