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

/system/update_engine/
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/payload_generator/
H A Ddeflate_utils.cc50 const string& out_path,
56 utils::WriteFile(out_path.c_str(), data.data(), data.size()));
48 CopyExtentsToFile(const string& in_path, const vector<Extent> extents, const string& out_path, size_t block_size) argument
/system/update_engine/common/
H A Dutils.cc962 base::FilePath *out_path) {
965 out_path->clear();
978 FILE *file = base::CreateAndOpenTemporaryFile(out_path);
988 if (unlink(out_path->value().c_str()) != 0)
990 out_path->clear();
996 out_path->clear();
961 DecodeAndStoreBase64String(const string& base64_encoded, base::FilePath *out_path) argument

Completed in 91 milliseconds