Home
last modified time | relevance | path

Searched refs:obj_path (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/gold/
Dgold-plugin.cpp132 static std::string obj_path; variable
162 obj_path = opt.substr(strlen("obj-path=")); in process_plugin_option()
805 if (!options::obj_path.empty()) in codegen()
806 Filename = options::obj_path; in codegen()
/external/libchrome/dbus/
Dbus.cc860 const ObjectPath obj_path("/org/freedesktop/DBus"); in GetServiceOwnerAndBlock() local
862 !get_name_owner_call.SetPath(obj_path)) { in GetServiceOwnerAndBlock()