Home
last modified time | relevance | path

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

/system/server_configurable_flags/aconfigd/
Dstorage_files.cpp264 if (!context.flag_exists) { in IsFlagReadOnly()
307 if (!context->flag_exists) { in ApplyLocalOverrideToBootFlagValue()
364 result.flag_exists = false; in GetPackageFlagContext()
381 result.flag_exists = false; in GetPackageFlagContext()
408 if (!flag_context->flag_exists) { in GetPackageFlagContext()
409 result.flag_exists = false; in GetPackageFlagContext()
420 result.flag_exists = true; in GetPackageFlagContext()
442 return type_and_index->flag_exists; in HasFlag()
448 if (!context.flag_exists) { in GetFlagAttribute()
475 if (!context.flag_exists) { in GetServerFlagValue()
[all …]
Dstorage_files.h87 bool flag_exists; member
96 , flag_exists(false) in PackageFlagContext()