Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dfscrypt_init_extensions.cpp124 std::string ref_hex; in EnsurePolicyOrLog() local
125 BytesToHex(policy.key_raw_ref, &ref_hex); in EnsurePolicyOrLog()
126 LOG(ERROR) << "Setting " << ref_hex << " policy on " << dir << " failed!"; in EnsurePolicyOrLog()