Searched refs:Check (Results 1 - 13 of 13) sorted by relevance

/system/vold/fs/
H A DF2fs.h30 status_t Check(const std::string& source);
H A DVfat.h30 status_t Check(const std::string& source);
H A DExt4.h30 status_t Check(const std::string& source, const std::string& target);
H A DF2fs.cpp43 status_t Check(const std::string& source) { function in namespace:android::vold::f2fs
H A DExt4.cpp69 status_t Check(const std::string& source, const std::string& target) { function in namespace:android::vold::ext4
H A DVfat.cpp67 status_t Check(const std::string& source) { function in namespace:android::vold::vfat
/system/vold/
H A DPrivateVolume.cpp109 int res = ext4::Check(mDmDevPath, mPath);
123 int res = f2fs::Check(mDmDevPath);
H A DPublicVolume.cpp103 if (vfat::Check(mDevPath)) {
/system/extras/perfprofd/quipper/base/
H A Dlogging.h229 << "Check failed: " #condition ". "
233 << "Check failed: " #condition ". "
242 logging::Check##name##Impl((val1), (val2), \
284 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
289 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
395 << "Check failed: " #condition ". "
399 << "Check failed: " #condition ". "
406 logging::Check##name##Impl((val1), (val2), \
592 logging::RawLog(logging::LOG_FATAL, "Check failed: " #condition "\n"); \
/system/bt/embdrv/sbc/decoder/srce/
H A Dreadsamplesjoint.inc100 * Check if we need to do mid/side
/system/update_engine/scripts/
H A Dpaycheck.py130 # Check number of arguments, enforce payload type accordingly.
191 payload.Check(
/system/update_engine/scripts/update_payload/
H A Dpayload.py262 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 150 milliseconds