Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Object/
HDObjectFile.cpp79 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() argument
81 if (MemoryBuffer::getFile(ObjectPath, File)) in createObjectFile()
/trueos/contrib/wpa/wpa_supplicant/examples/
HDwpas-test.py85 wpas.removeInterface(dbus.ObjectPath(path))
HDwpas-dbus-new.py145 wpas.RemoveInterface(dbus.ObjectPath(path))
/trueos/contrib/wpa/wpa_supplicant/examples/p2p/
HDp2p_invite.py119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
HDp2p_connect.py153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
/trueos/contrib/llvm/include/llvm/Object/
HDObjectFile.h379 static ObjectFile *createObjectFile(StringRef ObjectPath);