Loading uncrypt/uncrypt.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -477,9 +477,9 @@ static int Uncrypt(const std::string& input_path, const std::string& map_file, i return kUncryptRealpathFindError; return kUncryptRealpathFindError; } } bool encryptable; bool encryptable = false; bool encrypted; bool encrypted = false; bool f2fs_fs; bool f2fs_fs = false; const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); if (blk_dev.empty()) { if (blk_dev.empty()) { LOG(ERROR) << "Failed to find block device for " << path; LOG(ERROR) << "Failed to find block device for " << path; Loading Loading
uncrypt/uncrypt.cpp +3 −3 Original line number Original line Diff line number Diff line Loading @@ -477,9 +477,9 @@ static int Uncrypt(const std::string& input_path, const std::string& map_file, i return kUncryptRealpathFindError; return kUncryptRealpathFindError; } } bool encryptable; bool encryptable = false; bool encrypted; bool encrypted = false; bool f2fs_fs; bool f2fs_fs = false; const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); const std::string blk_dev = FindBlockDevice(path, &encryptable, &encrypted, &f2fs_fs); if (blk_dev.empty()) { if (blk_dev.empty()) { LOG(ERROR) << "Failed to find block device for " << path; LOG(ERROR) << "Failed to find block device for " << path; Loading