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

/system/update_engine/
H A Dconnection_manager.h54 // Returns (via out_path) the default network path, or empty string if
56 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
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/core/debuggerd/
H A Dtombstone.cpp637 int open_tombstone(std::string* out_path) { argument
660 if (out_path) {
661 *out_path = path;
680 if (out_path) {
681 *out_path = path;
/system/connectivity/shill/dbus/
H A Dchromeos_device_dbus_adaptor.h83 dbus::ObjectPath* out_path) override;
H A Dchromeos_device_dbus_adaptor.cc190 dbus::ObjectPath* out_path) {
188 AddIPConfig(brillo::ErrorPtr* error, const string& , dbus::ObjectPath* out_path) argument
/system/update_engine/common/
H A Dutils.cc1115 base::FilePath *out_path) {
1118 out_path->clear();
1131 FILE *file = base::CreateAndOpenTemporaryFile(out_path);
1141 if (unlink(out_path->value().c_str()) != 0)
1143 out_path->clear();
1149 out_path->clear();
1114 DecodeAndStoreBase64String(const string& base64_encoded, base::FilePath *out_path) argument
H A Dutils.h331 // data is stored in the file returned in |out_path|. The file should
334 base::FilePath *out_path);

Completed in 111 milliseconds