/aosp_15_r20/external/igt-gpu-tools/runner/ |
H A D | runner_tests.c | 49 static char *dump_file(int dirfd, const char *name) in dump_file() 116 static void clear_directory_fd(int dirfd) in clear_directory_fd() 144 int dirfd = open(name, O_DIRECTORY | O_RDONLY); in clear_directory() local 190 static void assert_execution_created(int dirfd, const char *name) in assert_execution_created() 199 static void assert_execution_results_exist(int dirfd) in assert_execution_results_exist() 300 int dirfd, fd; variable 338 int dirfd; variable 733 volatile int dirfd = -1, fd = -1; variable 791 volatile int dirfd = -1, fd = -1; variable 850 volatile int dirfd = -1, subdirfd = -1, fd = -1; variable [all …]
|
/aosp_15_r20/external/ltp/lib/ |
H A D | tst_safe_file_at.c | 36 const int dirfd, const char *const path, const int oflags, ...) in safe_openat() 61 const int dirfd, const char *const path, in safe_file_readat() 86 int tst_file_vprintfat(const int dirfd, const char *const path, in tst_file_vprintfat() 107 int tst_file_printfat(const int dirfd, const char *const path, in tst_file_printfat() 121 const int dirfd, const char *const path, in safe_file_vprintfat() 161 const int dirfd, const char *const path, in safe_file_printfat() 175 const int dirfd, const char *const path, const int flags) in safe_unlinkat() 203 const int dirfd, const char *const path, uid_t owner, gid_t group, int flags) in safe_fchownat() 223 const int dirfd, const char *const path, struct stat *statbuf, int flags) in safe_fstatat()
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/ |
D | test_unistd.rs | 189 let dirfd = open(tempdir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_mkfifoat() localVariable 226 let dirfd = open(tempdir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_mkfifoat_directory() localVariable 567 let dirfd = open(tempdir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_fchownat() localVariable 884 let dirfd = open(tempdir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_symlinkat() localVariable 913 let dirfd = in test_linkat_file() localVariable 948 let dirfd = fcntl::open( in test_linkat_olddirfd_none() localVariable 987 let dirfd = fcntl::open( in test_linkat_newdirfd_none() localVariable 1031 let dirfd = in test_linkat_no_follow_symlink() localVariable 1076 let dirfd = in test_linkat_follow_symlink() localVariable 1114 let dirfd = in test_unlinkat_dir_noremovedir() localVariable [all …]
|
D | test_stat.rs | 115 let dirfd = in test_fstatat() localVariable 179 let dirfd = in test_fchmodat() localVariable 289 let dirfd = in test_utimensat() localVariable 321 let dirfd = in test_mkdirat_success_path() localVariable 335 let dirfd = in test_mkdirat_success_mode() localVariable 352 let dirfd = fcntl::open( in test_mkdirat_fail() localVariable 457 let dirfd = in test_utimensat_unchanged() localVariable
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_safe_file_at.h | 14 #define SAFE_OPENAT(dirfd, path, oflags, ...) \ argument 18 #define SAFE_FILE_READAT(dirfd, path, buf, nbyte) \ argument 23 #define SAFE_FILE_PRINTFAT(dirfd, path, fmt, ...) \ argument 27 #define SAFE_UNLINKAT(dirfd, path, flags) \ argument 30 #define SAFE_FCHOWNAT(dirfd, path, owner, group, flags) \ argument 34 #define SAFE_FSTATAT(dirfd, path, statbuf, flags) \ argument
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() 128 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat64() 135 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t m… in openat64()
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv7-a-neon_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() 128 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat64() 135 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t m… in openat64()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 132 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 139 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() 128 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat64() 135 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t m… in openat64()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm64_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm64_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv7-a-neon_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/bionic/libc/libc/android_vendor.33_arm_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/generated-headers/bionic/libc/libc/android_vendor.31_arm_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.33_x86_64_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.32_x86_64_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() 128 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat64() 135 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t m… in openat64()
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/generated-headers/bionic/libc/libc/android_vendor.31_x86_x86_64_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/include/bits/fortify/ |
H A D | fcntl.h | 83 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat() 94 int openat(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t mod… in openat() 128 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags) in openat64() 135 int openat64(int dirfd, const char* _Nonnull const __pass_object_size pathname, int flags, mode_t m… in openat64()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/generated-headers/bionic/libc/libc/android_vendor.34_arm64_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 132 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 139 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/generated-headers/bionic/libc/libc/android_vendor.32_arm_armv8-a_shared/gen/include/bits/fortify/ |
D | fcntl.h | 87 int openat(int dirfd, const char* const __pass_object_size pathname, int flags) in openat() 98 int openat(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat() 133 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags) in openat64() 140 int openat64(int dirfd, const char* const __pass_object_size pathname, int flags, mode_t modes) in openat64()
|