Searched refs:out_path (Results 1 – 7 of 7) sorted by relevance
179 bool ConnectionManager::GetDefaultServicePath(dbus::ObjectPath* out_path) { in GetDefaultServicePath() argument192 *out_path = prop_default_service->second.TryGet<dbus::ObjectPath>(); in GetDefaultServicePath()193 return out_path->IsValid(); in GetDefaultServicePath()
56 bool GetDefaultServicePath(dbus::ObjectPath* out_path);
637 int open_tombstone(std::string* out_path) { in open_tombstone() argument660 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()
1109 base::FilePath *out_path) { in DecodeAndStoreBase64String() argument1112 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()
331 base::FilePath *out_path);
83 dbus::ObjectPath* out_path) override;
190 dbus::ObjectPath* out_path) { in AddIPConfig() argument