/aosp_15_r20/external/libfuse/lib/modules/ |
H A D | subdir.c | 32 char *newpath = NULL; in subdir_addpath() local 57 char *newpath; in subdir_getattr() local 69 char *newpath; in subdir_access() local 145 char *newpath; in subdir_readlink() local 159 char *newpath; in subdir_opendir() local 174 char *newpath; in subdir_readdir() local 187 char *newpath; in subdir_releasedir() local 199 char *newpath; in subdir_mknod() local 211 char *newpath; in subdir_mkdir() local 223 char *newpath; in subdir_unlink() local [all …]
|
H A D | iconv.c | 47 char *newpath; in iconv_convpath() local 107 char *newpath; in iconv_getattr() local 119 char *newpath; in iconv_access() local 131 char *newpath; in iconv_readlink() local 152 char *newpath; in iconv_opendir() local 180 char *newpath; in iconv_readdir() local 197 char *newpath; in iconv_releasedir() local 209 char *newpath; in iconv_mknod() local 221 char *newpath; in iconv_mkdir() local 233 char *newpath; in iconv_unlink() local [all …]
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftrfork.c | 559 char* newpath; in raccess_guess_darwin_ufs_export() local 593 char* newpath = NULL; in raccess_guess_darwin_hfsplus() local 629 char* newpath = NULL; in raccess_guess_darwin_newvfs() local 661 char* newpath; in raccess_guess_vfat() local 688 char* newpath; in raccess_guess_linux_cap() local 714 char* newpath; in raccess_guess_linux_double() local 745 char* newpath; in raccess_guess_linux_netatalk() local
|
/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/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | filepath.c | 46 char *newpath; in apr_filepath_root() local 352 APR_DECLARE(apr_status_t) apr_filepath_merge(char **newpath,
|
/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 | 444 const char *newpath) in safe_link() 464 int newdirfd, const char *newpath, int flags) in safe_linkat() 512 const char *newpath) 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 | 738 const char *newpath, int flags) in io_uring_prep_renameat() 747 const char *oldpath, const char *newpath) in io_uring_prep_rename() 788 const char *newpath, int flags) 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 | 14 static const char newpath[] = "symlink_new"; in main() local
|
H A D | renameat2.c | 43 static const char newpath[] = "renameat2_newpath"; in main() local
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | symlinkat.c | 14 static const char newpath[] = "symlink_new"; in main() local
|
H A D | renameat2.c | 43 static const char newpath[] = "renameat2_newpath"; in main() local
|
/aosp_15_r20/external/strace/tests/ |
H A D | symlinkat.c | 14 static const char newpath[] = "symlink_new"; in main() local
|
H A D | renameat2.c | 43 static const char newpath[] = "renameat2_newpath"; in main() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/renameat2/ |
H A D | renameat2.h | 28 const char *newpath, unsigned int flags) in renameat2()
|
H A D | renameat201.c | 60 const char *newpath; 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/external/cronet/third_party/apache-portable-runtime/src/file_io/os2/ |
H A D | dir_make_recurse.c | 49 const char *newpath = path_canonicalize(path, pool); in path_remove_last_component() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/link/ |
H A D | link08.c | 40 char *newpath; member
|
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/ |
H A D | filetools.cpp | 62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/ |
H A D | filetools.cpp | 62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | extent.c | 310 struct extent_path *path, *newpath, *tp; in ext2fs_extent_get() local 917 struct extent_path *path, *newpath = 0; in extent_node_split() local
|