Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp185 if (!writeStringToFile(secdiscardable, filename)) return false; in createSecdiscardable()
357 if (!writeStringToFile(*opHandle.getUpgradedBlob(), upgraded_blob_file)) in BeginKeystoreOp()
549 if (!writeStringToFile(kCurrentVersion, dir + "/" + kFn_version)) return false; in storeKey()
561 if (!writeStringToFile(ksKey, dir + "/" + kFn_keymaster_key_blob)) return false; in storeKey()
573 if (!writeStringToFile(encryptedKey, dir + "/" + kFn_encrypted_key)) return false; in storeKey()
DUtils.h197 bool writeStringToFile(const std::string& payload, const std::string& filename);
DFsCrypt.cpp555 if (!android::vold::writeStringToFile(options_string, options_filename)) return false; in fscrypt_initialize_systemwide_keys()
558 if (!android::vold::writeStringToFile(s_device_policy.key_raw_ref, ref_filename)) return false; in fscrypt_initialize_systemwide_keys()
567 if (!android::vold::writeStringToFile(per_boot_policy.key_raw_ref, per_boot_ref_filename)) in fscrypt_initialize_systemwide_keys()
DUtils.cpp1468 bool writeStringToFile(const std::string& payload, const std::string& filename) { in writeStringToFile() function
1515 bool ret = writeStringToFile("1", abortPath); in AbortFuseConnections()