Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A Dvdc.cpp136 auto shouldFormat = android::base::ParseBool(args[4]); in main() local
137 if (shouldFormat == android::base::ParseBoolResult::kError) exit(EINVAL); in main()
139 shouldFormat == android::base::ParseBoolResult::kTrue, in main()
H A DVoldNativeService.h117 bool shouldFormat, const std::string& fsType);
H A DVoldNativeService.cpp698 const std::string& mountPoint, bool shouldFormat, in encryptFstab() argument
704 fscrypt_mount_metadata_encrypted(blkDevice, mountPoint, true, shouldFormat, fsType)); in encryptFstab()
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl92 …ab(@utf8InCpp String blkDevice, @utf8InCpp String mountPoint, boolean shouldFormat, @utf8InCpp Str… in encryptFstab() argument