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

/system/update_engine/
H A Dconnection_manager.cc179 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { argument
192 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>();
193 return out_path->IsValid();
/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.cc190 dbus::ObjectPath* out_path) {
188 AddIPConfig(brillo::ErrorPtr* error, const string& , dbus::ObjectPath* out_path) argument
/system/core/debuggerd/
H A Dtombstone.cpp638 int open_tombstone(std::string* out_path) { argument
661 if (out_path) {
662 *out_path = path;
681 if (out_path) {
682 *out_path = path;
/system/update_engine/common/
H A Dutils.cc1109 base::FilePath *out_path) {
1112 out_path->clear();
1125 FILE *file = base::CreateAndOpenTemporaryFile(out_path);
1135 if (unlink(out_path->value().c_str()) != 0)
1137 out_path->clear();
1143 out_path->clear();
1108 DecodeAndStoreBase64String(const string& base64_encoded, base::FilePath *out_path) argument

Completed in 65 milliseconds