Home
last modified time | relevance | path

Searched refs:Checker (Results 1 – 5 of 5) sorted by relevance

/system/ulib/fvm/
A Dfvm-check.cpp21 Checker::Checker() = default;
23 Checker::Checker(fbl::unique_fd fd, uint32_t block_size, bool silent) : in Checker() function in fvm::Checker
26 Checker::~Checker() = default;
28 bool Checker::Validate() const { in Validate()
41 bool Checker::ValidateOptions() const { in ValidateOptions()
53 bool Checker::LoadFVM(FvmInfo* out) const { in LoadFVM()
116 bool Checker::LoadPartitions(const size_t slice_count, const fvm::slice_entry_t* slice_table, in LoadPartitions()
170 void Checker::DumpSlices(const fbl::Vector<Slice>& slices) const { in DumpSlices()
220 bool Checker::CheckFVM(const FvmInfo& info) const { in CheckFVM()
/system/ulib/fvm/include/fvm/
A Dfvm-check.h20 class Checker {
22 Checker();
23 Checker(fbl::unique_fd fd, uint32_t block_size, bool silent);
24 ~Checker();
/system/uapp/fvm-check/
A Dmain.cpp29 bool GetOptions(int argc, char** argv, fvm::Checker* checker) { in GetOptions()
70 fvm::Checker checker; in main()
/system/uapp/iochk/
A Diochk.cpp123 class Checker { class
132 virtual ~Checker() = default;
133 DISALLOW_COPY_AND_ASSIGN_ALLOW_MOVE(Checker);
136 Checker(void* buffer) in Checker() function in __anonf806e0400111::Checker
187 class BlockChecker : public Checker {
191 fbl::unique_ptr<Checker>* checker) { in Initialize()
299 class SkipBlockChecker : public Checker {
303 fbl::unique_ptr<Checker>* checker) { in Initialize()
404 fbl::unique_ptr<Checker> checker; in InitializeDevice()
433 fbl::unique_ptr<Checker> checker; in DoWork()
[all …]
/system/utest/fvm/
A Dfvm.cpp216 fvm::Checker checker(std::move(fd), info.block_size, true); in ValidateFVM()
2926 fvm::Checker checker; in TestCheckBadArguments()
2955 fvm::Checker checker(std::move(fd), 512, true); in TestCheckNewFVM()

Completed in 18 milliseconds