Home | History | Annotate | Download | only in cryptohome

Lines Matching refs:success

76     bool success = false;
78 InstallAttributesGet(name, &buf, &success);
79 if (success) {
85 return success;
91 bool success = false;
93 InstallAttributesSet(name, buf, &success);
94 return success;
98 bool success = false;
100 InstallAttributesFinalize(&success);
101 return success;