Searched defs:Check (Results 1 - 6 of 6) sorted by relevance

/system/vold/fs/
H A DF2fs.cpp45 status_t Check(const std::string& source) { function in namespace:android::vold::f2fs
H A DExfat.cpp41 status_t Check(const std::string& source) { function in namespace:android::vold::exfat
48 LOG(INFO) << "Check OK";
51 LOG(ERROR) << "Check failed (code " << rc << ")";
H A DVfat.cpp63 status_t Check(const std::string& source) { function in namespace:android::vold::vfat
H A DExt4.cpp70 status_t Check(const std::string& source, const std::string& target) { function in namespace:android::vold::ext4
/system/update_engine/scripts/update_payload/
H A Dpayload.py264 def Check(self, pubkey_file_name=None, metadata_sig_file=None, member in class:Payload
/system/chre/external/flatbuffers/include/flatbuffers/
H A Dflatbuffers.h1466 bool Check(bool ok) const { function in class:flatbuffers::FLATBUFFERS_FINAL_CLASS
1484 return Check(elem_len <= (size_t) (end_ - buf_) &&
1519 Check(*end == '\0')); // Terminating byte must be 0.
1526 // Check we can read the size field.
1528 // Check the whole array. If this is a string, the byte past the array
1532 if (!Check(size < max_elems))
1597 return Check(depth_ <= max_depth_ && num_tables_ <= max_tables_);
1744 // Check the vtable offset.
1747 // Check the vtable size field, then check vtable fits in its entirety.
1760 // Check th
[all...]

Completed in 102 milliseconds