/aosp_15_r20/external/ltp/include/old/ |
H A D | safe_macros.h | 94 #define SAFE_LINK(cleanup_fn, oldpath, newpath) \ argument 97 #define SAFE_LINKAT(cleanup_fn, olddirfd, oldpath, newdirfd, newpath, flags) \ argument 104 #define SAFE_SYMLINK(cleanup_fn, oldpath, newpath) \ argument 147 #define SAFE_RENAME(cleanup_fn, oldpath, newpath) \ argument
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | psa_its_file.c | 50 #define rename_replace_existing(oldpath, newpath) \ argument 53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | psa_its_file.c | 50 #define rename_replace_existing(oldpath, newpath) \ argument 53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_safe_macros.h | 181 #define SAFE_LINK(oldpath, newpath) \ argument 184 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \ argument 191 #define SAFE_SYMLINK(oldpath, newpath) \ argument 236 #define SAFE_RENAME(oldpath, newpath) \ argument
|
/aosp_15_r20/hardware/google/camera/common/hal/aidl_service/ |
D | libc_wrappers.cc | 74 extern "C" int link(const char* oldpath, const char* newpath) { in link() 88 extern "C" int rename(const char* oldpath, const char* newpath) { in rename()
|
/aosp_15_r20/external/ltp/lib/ |
H A D | safe_macros.c | 443 void (cleanup_fn)(void), const char *oldpath, in safe_link() 463 void (cleanup_fn)(void), int olddirfd, const char *oldpath, in safe_linkat() 511 void (cleanup_fn)(void), const char *oldpath, in safe_symlink() 857 const char *oldpath, const char *newpath) in safe_rename()
|
/aosp_15_r20/external/liburing/src/include/ |
H A D | liburing.h | 737 const char *oldpath, int newdfd, in io_uring_prep_renameat() 747 const char *oldpath, const char *newpath) in io_uring_prep_rename() 787 const char *oldpath, int newdfd, in io_uring_prep_linkat() 796 const char *oldpath, const char *newpath, int flags) in io_uring_prep_link()
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | symlinkat.c | 13 static const char oldpath[] = "symlink_old"; in main() local
|
H A D | renameat2.c | 42 static const char oldpath[] = "renameat2_oldpath"; in main() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | symlinkat.c | 13 static const char oldpath[] = "symlink_old"; in main() local
|
H A D | renameat2.c | 42 static const char oldpath[] = "renameat2_oldpath"; in main() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | symlinkat.c | 13 static const char oldpath[] = "symlink_old"; in main() local
|
H A D | renameat2.c | 42 static const char oldpath[] = "renameat2_oldpath"; in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/renameat2/ |
H A D | renameat2.h | 27 int renameat2(int olddirfd, const char *oldpath, int newdirfd, in renameat2()
|
H A D | renameat201.c | 58 const char *oldpath; member
|
/aosp_15_r20/external/curl/lib/ |
H A D | rename.c | 41 int Curl_rename(const char *oldpath, const char *newpath) in Curl_rename()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/robustio/ |
D | robustio_other.go | 13 func rename(oldpath, newpath string) error { argument
|
D | robustio.go | 21 func Rename(oldpath, newpath string) error { argument
|
D | robustio_flaky.go | 65 func rename(oldpath, newpath string) (err error) { argument
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/link/ |
H A D | link08.c | 39 char *oldpath; member
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/openat2/ |
H A D | helpers.c | 39 int sys_renameat2(int olddirfd, const char *oldpath, in sys_renameat2()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/landlock/ |
H A D | fs_test.c | 26 int renameat2(int olddirfd, const char *oldpath, int newdirfd, in renameat2() 1836 static int test_rename(const char *const oldpath, const char *const newpath) in test_rename() 1843 static int test_exchange(const char *const oldpath, const char *const newpath) in test_exchange()
|
/aosp_15_r20/external/arm-trusted-firmware/lib/debugfs/ |
H A D | debugfs_smc.c | 51 char oldpath[MAX_PATH_LEN]; member
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/ |
D | debugfs_smc.c | 51 char oldpath[MAX_PATH_LEN]; member
|
/aosp_15_r20/external/autotest/client/bin/ |
H A D | utils.py | 630 def prepend_path(newpath, oldpath): argument 638 def append_path(oldpath, newpath): argument
|