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

/external/llvm/lib/Object/
H A DObjectFile.cpp61 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) { argument
63 if (MemoryBuffer::getFile(ObjectPath, File))
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwpas-test.py85 wpas.removeInterface(dbus.ObjectPath(path))
H A Dwpas-dbus-new.py145 wpas.RemoveInterface(dbus.ObjectPath(path))
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_invite.py119 {'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
H A Dp2p_connect.py153 'peer':dbus.ObjectPath(self.path+'/Peers/'+self.addr)}
/external/llvm/include/llvm/Object/
H A DObjectFile.h386 /// @param ObjectPath The path to the object file. ObjectPath.isObject must
389 static ObjectFile *createObjectFile(StringRef ObjectPath);

Completed in 578 milliseconds