Home
last modified time | relevance | path

Searched defs:newpath (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libfuse/lib/modules/
Dsubdir.c32 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 …]
Diconv.c47 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 …]
/third_party/NuttX/fs/vfs/
Dfs_link.c36 int do_link(int oldfd, const char *oldpath, int newfd, const char *newpath, int flag) in do_link()
151 int link(const char *oldpath, const char *newpath) in link()
156 int linkat(int olddirfd, const char *oldpath, int newdirfd, const char *newpath, int flags) in linkat()
Dfs_rename.c117 int do_rename(int oldfd, const char *oldpath, int newfd, const char *newpath) in do_rename()
225 int rename(const char *oldpath, const char *newpath) in rename()
237 int renameat(int oldfd, const char *oldpath, int newdfd, const char *newpath) in renameat()
/third_party/skia/third_party/externals/freetype/src/base/
Dftrfork.c559 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
/third_party/ltp/include/lapi/
Drenameat.h16 const char *newpath) in renameat()
/third_party/ltp/testcases/kernel/syscalls/renameat2/
Drenameat2.h28 const char *newpath, unsigned int flags) in renameat2()
Drenameat201.c60 const char *newpath; member
/third_party/curl/lib/
Drename.c41 int Curl_rename(const char *oldpath, const char *newpath) in Curl_rename()
/third_party/mbedtls/library/
Dpsa_its_file.c50 #define rename_replace_existing(oldpath, newpath) \ argument
53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath) argument
/third_party/ltp/testcases/kernel/syscalls/link/
Dlink08.c37 char *newpath; member
/third_party/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dfiletools.cpp62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Dfiletools.cpp62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
/third_party/notofonts/scripts/
Dgather.py145 newpath = Path("fonts/") / Path(font).relative_to(tmpdir) variable
/third_party/curl/src/
Dtool_operhlp.c140 char *newpath; in add_file_name_to_url() local
/third_party/ltp/include/old/
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
/third_party/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c91 const char *newpath; member
/third_party/ltp/include/
Dtst_safe_macros.h167 #define SAFE_LINK(oldpath, newpath) \ argument
170 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \ argument
177 #define SAFE_SYMLINK(oldpath, newpath) \ argument
222 #define SAFE_RENAME(oldpath, newpath) \ argument
/third_party/ltp/lib/
Dsafe_macros.c444 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()
/third_party/node/deps/openssl/openssl/crypto/conf/
Dconf_def.c864 char *newpath; in get_next_file() local
/third_party/openssl/crypto/conf/
Dconf_def.c864 char *newpath; in get_next_file() local
/third_party/ntfs-3g/libfuse-lite/
Dfuse.c732 const char *newpath) in fuse_fs_rename()
768 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath) in fuse_fs_link()
1075 char *newpath; in hidden_name() local
1112 char *newpath; in hide_node() local
1700 char *newpath; in fuse_lib_rename() local
1736 char *newpath; in fuse_lib_link() local
/third_party/libfuse/lib/
Dfuse.c1598 const char *newpath, unsigned int flags) in fuse_fs_rename()
1651 int fuse_fs_link(struct fuse_fs *fs, const char *oldpath, const char *newpath) in fuse_fs_link()
2373 char *newpath; in hidden_name() local
2411 char *newpath; in hide_node() local
3040 char *newpath; in fuse_lib_rename() local
3078 char *newpath; in fuse_lib_link() local
/third_party/ffmpeg/libavformat/
Dftp.c688 char *newpath = NULL; in ftp_connect() local

12