Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 29) sorted by relevance

12

/system/vold/fs/
DF2fs.h30 status_t Check(const std::string& source);
DVfat.h30 status_t Check(const std::string& source);
DExt4.h30 status_t Check(const std::string& source, const std::string& target);
DF2fs.cpp43 status_t Check(const std::string& source) { in Check() function
DVfat.cpp67 status_t Check(const std::string& source) { in Check() function
DExt4.cpp71 status_t Check(const std::string& source, const std::string& target) { in Check() function
/system/sepolicy/vendor/
Dvndservicemanager.te16 # Check SELinux permissions.
/system/vold/
DPrivateVolume.cpp108 int res = ext4::Check(mDmDevPath, mPath); in doMount()
122 int res = f2fs::Check(mDmDevPath); in doMount()
DPublicVolume.cpp102 if (vfat::Check(mDevPath)) { in doMount()
/system/sepolicy/public/
Dkeystore.te17 # Check SELinux permissions.
Dhwservicemanager.te21 # Check SELinux permissions.
Dservicemanager.te24 # Check SELinux permissions.
Dclatd.te12 # TODO: Check whether some or all of these sockets should be close-on-exec.
Dpostinstall_dexopt.te45 # Check validity of SELinux context before use.
Dinstalld.te24 # Check validity of SELinux context before use.
/system/extras/perfprofd/quipper/base/
Dlogging.h242 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) { \
406 logging::Check##name##Impl((val1), (val2), \
/system/sepolicy/private/
Dwebview_zygote.te48 # Check validity of SELinux context before use.
50 # Check SELinux permissions.
Dzygote.te70 # Check validity of SELinux context before use.
72 # Check SELinux permissions.
/system/bt/embdrv/sbc/decoder/srce/
Dreadsamplesjoint.inc100 * Check if we need to do mid/side
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h1465 bool Check(bool ok) const {
1483 return Check(elem_len <= (size_t) (end_ - buf_) &&
1518 Check(*end == '\0')); // Terminating byte must be 0.
1531 if (!Check(size < max_elems))
1596 return Check(depth_ <= max_depth_ && num_tables_ <= max_tables_);
1767 return verifier.Check(field_offset != 0) &&
/system/update_engine/scripts/
Dpaycheck.py191 payload.Check(
/system/update_engine/scripts/update_payload/
Dpayload.py262 def Check(self, pubkey_file_name=None, metadata_sig_file=None, member in Payload
/system/bt/doc/
Dstyle_guide.md295 ##### Check for conflicts with your patch
383 ##### Check to see that everything looks right
411 ##### Check to see that everything looks right
/system/sepolicy/tools/sepolicy-analyze/
DREADME76 Check whether the sepolicy file violates any of the neverallow rules
/system/tpm/trunks/generator/
Draw_commands.txt2513 // The command needs NV update. Check if NV is available.
2901 // The command needs NV update. Check if NV is available.
3877 // Check input nonce size. IT should be at least 16 bytes but not larger
4644 // Check attributes in input public area. TPM_RC_ASYMMETRIC, TPM_RC_ATTRIBUTES,
6686 // Check parent for object
11986 // Check that referenced object is a sequence object.
12015 // Check the first block to see if the first block can contain
12309 // Check if the first block of the sequence has been received
16470 // The command needs NV update. Check if NV is available.
16862 // Check if the extend operation is allowed by the current command locality
[all …]

12