Merge "Exfat Need to add automatic repair function when exfat fsck device"
This commit is contained in:
commit
7e249ebdae
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ bool IsSupported() {
|
||||||
status_t Check(const std::string& source) {
|
status_t Check(const std::string& source) {
|
||||||
std::vector<std::string> cmd;
|
std::vector<std::string> cmd;
|
||||||
cmd.push_back(kFsckPath);
|
cmd.push_back(kFsckPath);
|
||||||
|
cmd.push_back("-a");
|
||||||
cmd.push_back(source);
|
cmd.push_back(source);
|
||||||
|
|
||||||
int rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext);
|
int rc = ForkExecvp(cmd, nullptr, sFsckUntrustedContext);
|
||||||
|
|
Loading…
Reference in a new issue