HomeSort by relevance Sort by last modified time
    Searched refs:e4crypt_mount_metadata_encrypted (Results 1 - 3 of 3) sorted by null

  /system/vold/
MetadataCrypt.h 22 bool e4crypt_mount_metadata_encrypted(const std::string& mount_point, bool needs_encrypt);
MetadataCrypt.cpp 206 bool e4crypt_mount_metadata_encrypted(const std::string& mount_point, bool needs_encrypt) { function
207 LOG(DEBUG) << "e4crypt_mount_metadata_encrypted: " << mount_point << " " << needs_encrypt;
VoldNativeService.cpp 685 return translateBool(e4crypt_mount_metadata_encrypted(mountPoint, false));
692 return translateBool(e4crypt_mount_metadata_encrypted(mountPoint, true));

Completed in 216 milliseconds