OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:already_exists
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/
pending_activation_store.cc
107
bool
already_exists
= storage->IsNonEmpty();
local
110
if (
already_exists
)
114
if (!
already_exists
)
profile.cc
113
bool
already_exists
= storage->IsNonEmpty();
local
114
if (!
already_exists
&& storage_option != kCreateNew &&
121
} else if (
already_exists
&& storage_option != kOpenExisting &&
134
if (
already_exists
) {
143
if (!
already_exists
) {
/external/zopfli/src/zopflipng/
zopflipng_bin.cc
341
bool
already_exists
= true;
local
342
if (origoutfilesize == 0)
already_exists
= false;
349
bool keep_earlier_output_file =
already_exists
&&
363
if (!yes && !dryrun &&
already_exists
) {
Completed in 144 milliseconds