Searched defs:mountPoint (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DVoldNativeService.cpp681 binder::Status VoldNativeService::mountFstab(const std::string& mountPoint) { argument
685 return translateBool(e4crypt_mount_metadata_encrypted(mountPoint, false));
688 binder::Status VoldNativeService::encryptFstab(const std::string& mountPoint) { argument
692 return translateBool(e4crypt_mount_metadata_encrypted(mountPoint, true));

Completed in 1045 milliseconds