Searched refs:STATX_ATTR_VERITY (Results 1 – 4 of 4) sorted by relevance
45 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()
82 if ((out.stx_attributes_mask & STATX_ATTR_VERITY) == 0) { in statxForFsverity()87 return (out.stx_attributes & STATX_ATTR_VERITY) != 0; in statxForFsverity()
107 #define STATX_ATTR_VERITY 0x00100000 macro
172 if ((out.stx_attributes_mask & STATX_ATTR_VERITY) == 0) { in getVerity()177 return (out.stx_attributes & STATX_ATTR_VERITY) != 0; in getVerity()