Home
last modified time | relevance | path

Searched refs:STATX_ATTR_VERITY (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/odsign/jni/
H A Dandroid_tests_odsign_ArtifactsSignedTest.cc45 if ((out.stx_attributes_mask & STATX_ATTR_VERITY) == 0) { in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative()
50 return (out.stx_attributes & STATX_ATTR_VERITY) != 0 ? JNI_TRUE : JNI_FALSE; in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_security_VerityUtils.cpp82 if ((out.stx_attributes_mask & STATX_ATTR_VERITY) == 0) { in statxForFsverity()
87 return (out.stx_attributes & STATX_ATTR_VERITY) != 0; in statxForFsverity()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dstat.h107 #define STATX_ATTR_VERITY 0x00100000 macro
/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp172 if ((out.stx_attributes_mask & STATX_ATTR_VERITY) == 0) { in getVerity()
177 return (out.stx_attributes & STATX_ATTR_VERITY) != 0; in getVerity()