Home
last modified time | relevance | path

Searched refs:RENAME_NOREPLACE (Results 1 – 3 of 3) sorted by relevance

/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfs.h37 #define RENAME_NOREPLACE (1 << 0) macro
/aosp12/bionic/libc/include/
H A Dstdio.h190 #define RENAME_NOREPLACE (1<<0) macro
/aosp12/bionic/tests/
H A Dstdio_test.cpp2766 ASSERT_EQ(-1, renameat2(dirfd, "old", dirfd, "new", RENAME_NOREPLACE)); in TEST()
2776 ASSERT_NE(0, RENAME_NOREPLACE); in TEST()