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

/system/update_engine/
H A Dconnection_manager.h48 // Returns (via out_path) the default network path, or empty string if
50 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
H A Dconnection_manager.cc137 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { argument
150 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>();
151 return out_path->IsValid();
/system/update_engine/common/
H A Dutils.cc955 base::FilePath *out_path) {
958 out_path->clear();
971 FILE *file = base::CreateAndOpenTemporaryFile(out_path);
981 if (unlink(out_path->value().c_str()) != 0)
983 out_path->clear();
989 out_path->clear();
954 DecodeAndStoreBase64String(const string& base64_encoded, base::FilePath *out_path) argument
H A Dutils.h284 // data is stored in the file returned in |out_path|. The file should
287 base::FilePath *out_path);
/system/core/debuggerd/libdebuggerd/
H A Dtombstone.cpp678 int open_tombstone(std::string* out_path) { argument
701 if (out_path) {
702 *out_path = path;
721 if (out_path) {
722 *out_path = path;

Completed in 714 milliseconds