Home
last modified time | relevance | path

Searched defs:oldpath (Results 1 – 25 of 59) sorted by relevance

123

/aosp_15_r20/external/ltp/include/old/
H A Dsafe_macros.h94 #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 Dpsa_its_file.c50 #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 Dpsa_its_file.c50 #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 Dtst_safe_macros.h181 #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/
Dlibc_wrappers.cc74 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 Dsafe_macros.c443 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 Dliburing.h737 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 Dsymlinkat.c13 static const char oldpath[] = "symlink_old"; in main() local
H A Drenameat2.c42 static const char oldpath[] = "renameat2_oldpath"; in main() local
/aosp_15_r20/external/strace/tests-mx32/
H A Dsymlinkat.c13 static const char oldpath[] = "symlink_old"; in main() local
H A Drenameat2.c42 static const char oldpath[] = "renameat2_oldpath"; in main() local
/aosp_15_r20/external/strace/tests/
H A Dsymlinkat.c13 static const char oldpath[] = "symlink_old"; in main() local
H A Drenameat2.c42 static const char oldpath[] = "renameat2_oldpath"; in main() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/renameat2/
H A Drenameat2.h27 int renameat2(int olddirfd, const char *oldpath, int newdirfd, in renameat2()
H A Drenameat201.c58 const char *oldpath; member
/aosp_15_r20/external/curl/lib/
H A Drename.c41 int Curl_rename(const char *oldpath, const char *newpath) in Curl_rename()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/robustio/
Drobustio_other.go13 func rename(oldpath, newpath string) error { argument
Drobustio.go21 func Rename(oldpath, newpath string) error { argument
Drobustio_flaky.go65 func rename(oldpath, newpath string) (err error) { argument
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/link/
H A Dlink08.c39 char *oldpath; member
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/openat2/
H A Dhelpers.c39 int sys_renameat2(int olddirfd, const char *oldpath, in sys_renameat2()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/landlock/
H A Dfs_test.c26 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 Ddebugfs_smc.c51 char oldpath[MAX_PATH_LEN]; member
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/debugfs/
Ddebugfs_smc.c51 char oldpath[MAX_PATH_LEN]; member
/aosp_15_r20/external/autotest/client/bin/
H A Dutils.py630 def prepend_path(newpath, oldpath): argument
638 def append_path(oldpath, newpath): argument

123