Home
last modified time | relevance | path

Searched refs:already_exists (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/shill/
Dpending_activation_store.cc107 bool already_exists = storage->IsNonEmpty(); in InitStorage() local
110 if (already_exists) in InitStorage()
114 if (!already_exists) in InitStorage()
Dprofile.cc113 bool already_exists = storage->IsNonEmpty(); in InitStorage() local
114 if (!already_exists && storage_option != kCreateNew && in InitStorage()
121 } else if (already_exists && storage_option != kOpenExisting && in InitStorage()
134 if (already_exists) { in InitStorage()
143 if (!already_exists) { in InitStorage()