Merge "Exfat Need to add automatic repair function when exfat fsck device" am: 7e249ebdae

am: 8006c80960

Change-Id: I74cdf0596642b2db70f4507eefc8acd68ad1fe26
gugelfrei
shaozhongqi 5 years ago committed by android-build-merger
commit 42726be6a3

@ -41,6 +41,7 @@ bool IsSupported() {
status_t Check(const std::string& source) {
std::vector<std::string> cmd;
cmd.push_back(kFsckPath);
cmd.push_back("-a");
cmd.push_back(source);
int rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext);

Loading…
Cancel
Save