Home
last modified time | relevance | path

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

/external/libbrillo/brillo/imageloader/
Dmanifest.cc142 if (!manifest_dict->GetBoolean(kIsRemovableField, &(is_removable_))) { in ParseManifest()
144 is_removable_ = false; in ParseManifest()
180 return is_removable_; in is_removable()
Dmanifest.h43 bool is_removable_; variable