Home
last modified time | relevance | path

Searched refs:statx (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/test/odsign/jni/
H A Dandroid_tests_odsign_ArtifactsSignedTest.cc38 struct statx out = {}; in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative()
39 if (statx(AT_FDCWD, path.c_str(), /*flags=*/ 0, STATX_ALL, &out) != 0) { in Java_com_android_tests_odsign_ArtifactsSignedTest_hasFsverityNative()
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_security_VerityUtils.cpp76 struct statx out = {}; in statxForFsverity()
77 if (statx(AT_FDCWD, path.c_str(), 0 /* flags */, STATX_ALL, &out) != 0) { in statxForFsverity()
/aosp12/bionic/libc/include/sys/
H A Dstat.h183 int statx(int __dir_fd, const char* __path, int __flags, unsigned __mask, struct statx* __buf) __IN…
/aosp12/bionic/tests/
H A Dsys_stat_test.cpp106 TEST(sys_stat, statx) { in TEST() argument
108 struct statx sx; in TEST()
109 int rc = statx(AT_FDCWD, "/proc/version", AT_STATX_SYNC_AS_STAT, STATX_ALL, &sx); in TEST()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dstat.h59 struct statx { struct
/aosp12/frameworks/base/libs/hwui/jni/
H A DTypeface.cpp165 struct statx out = {}; in getVerity()
166 if (statx(AT_FDCWD, path.c_str(), 0 /* flags */, STATX_ALL, &out) != 0) { in getVerity()
/aosp12/bionic/libc/
H A DSYSCALLS.TXT212 int statx(int, const char*, int, unsigned, struct statx*) all
H A Dlibc.map.txt1508 statx;
/aosp12/bionic/docs/
H A Dstatus.md56 * `renameat2` and `statx` (Linux-specific GNU extensions).
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1508 statx;