Searched defs:ObjectPath (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/dbus/
H A Dobject_path.h15 // ObjectPath is a type used to distinguish D-Bus object paths from simple
19 class CHROME_DBUS_EXPORT ObjectPath { class in namespace:dbus
28 ObjectPath() {} function in class:dbus::ObjectPath
29 explicit ObjectPath(const std::string& value) : value_(value) {} function in class:dbus::ObjectPath
37 // Permit sufficient comparison to allow an ObjectPath to be used as a
39 bool operator<(const ObjectPath&) const;
43 bool operator==(const ObjectPath&) const;
44 bool operator!=(const ObjectPath&) const;
51 CHROME_DBUS_EXPORT void PrintTo(const ObjectPath& path, std::ostream* out);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DObjectFile.cpp57 ObjectFile *ObjectFile::createObjectFile(StringRef ObjectPath) { argument
59 if (error_code ec = MemoryBuffer::getFile(ObjectPath, File))
/external/llvm/lib/Object/
H A DObjectFile.cpp112 ObjectFile::createObjectFile(StringRef ObjectPath) { argument
114 MemoryBuffer::getFile(ObjectPath);
/external/autotest/client/cros/cellular/
H A Dpseudo_modem.py38 from dbus.types import ObjectPath namespace
366 properties['Sim'] = ObjectPath(self.sim.path)

Completed in 976 milliseconds