Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 7 of 7) sorted by relevance

/system/update_engine/
Dconnection_manager.cc179 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { in GetDefaultServicePath() argument
192 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>(); in GetDefaultServicePath()
193 return out_path->IsValid(); in GetDefaultServicePath()
Dconnection_manager.h56 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
/system/core/debuggerd/
Dtombstone.cpp637 int open_tombstone(std::string* out_path) { in open_tombstone() argument
660 if (out_path) { in open_tombstone()
661 *out_path = path; in open_tombstone()
680 if (out_path) { in open_tombstone()
681 *out_path = path; in open_tombstone()
/system/update_engine/common/
Dutils.cc1109 base::FilePath *out_path) { in DecodeAndStoreBase64String() argument
1112 out_path->clear(); in DecodeAndStoreBase64String()
1125 FILE *file = base::CreateAndOpenTemporaryFile(out_path); in DecodeAndStoreBase64String()
1135 if (unlink(out_path->value().c_str()) != 0) in DecodeAndStoreBase64String()
1137 out_path->clear(); in DecodeAndStoreBase64String()
1143 out_path->clear(); in DecodeAndStoreBase64String()
Dutils.h331 base::FilePath *out_path);
/system/connectivity/shill/dbus/
Dchromeos_device_dbus_adaptor.h83 dbus::ObjectPath* out_path) override;
Dchromeos_device_dbus_adaptor.cc190 dbus::ObjectPath* out_path) { in AddIPConfig() argument