Searched refs:statx (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/test/odsign/jni/ |
H A D | android_tests_odsign_ArtifactsSignedTest.cc | 38 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 D | com_android_internal_security_VerityUtils.cpp | 76 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 D | stat.h | 183 int statx(int __dir_fd, const char* __path, int __flags, unsigned __mask, struct statx* __buf) __IN…
|
/aosp12/bionic/tests/ |
H A D | sys_stat_test.cpp | 106 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 D | stat.h | 59 struct statx { struct
|
/aosp12/frameworks/base/libs/hwui/jni/ |
H A D | Typeface.cpp | 165 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 D | SYSCALLS.TXT | 212 int statx(int, const char*, int, unsigned, struct statx*) all
|
H A D | libc.map.txt | 1508 statx;
|
/aosp12/bionic/docs/ |
H A D | status.md | 56 * `renameat2` and `statx` (Linux-specific GNU extensions).
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1508 statx;
|