HomeSort by relevance Sort by last modified time
    Searched full:object_path_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/network/
sms_watcher.cc 389 std::string object_path_string; local
391 flimflam::kDBusObjectProperty, &object_path_string)) {
396 if (object_path_string.compare(
401 dbus::ObjectPath(object_path_string)));
405 dbus::ObjectPath(object_path_string)));
network_sms_handler.cc 470 std::string object_path_string; local
472 flimflam::kDBusObjectProperty, &object_path_string)) {
476 dbus::ObjectPath object_path(object_path_string);
477 if (object_path_string.compare(

Completed in 68 milliseconds