Home
last modified time | relevance | path

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

12

/external/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
106 char *newpath; in iconv_getattr() local
118 char *newpath; in iconv_access() local
130 char *newpath; in iconv_readlink() local
151 char *newpath; in iconv_opendir() local
179 char *newpath; in iconv_readdir() local
196 char *newpath; in iconv_releasedir() local
208 char *newpath; in iconv_mknod() local
220 char *newpath; in iconv_mkdir() local
232 char *newpath; in iconv_unlink() local
[all …]
/external/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
/external/strace/tests-m32/
Dsymlinkat.c14 static const char newpath[] = "symlink_new"; in main() local
Drenameat2.c43 static const char newpath[] = "renameat2_newpath"; in main() local
/external/strace/tests/
Dsymlinkat.c14 static const char newpath[] = "symlink_new"; in main() local
Drenameat2.c43 static const char newpath[] = "renameat2_newpath"; in main() local
/external/strace/tests-mx32/
Dsymlinkat.c14 static const char newpath[] = "symlink_new"; in main() local
Drenameat2.c43 static const char newpath[] = "renameat2_newpath"; in main() local
/external/ltp/include/lapi/
Drenameat.h16 const char *newpath) in renameat()
/external/ltp/testcases/kernel/syscalls/renameat2/
Drenameat2.h28 const char *newpath, unsigned int flags) in renameat2()
Drenameat201.c60 const char *newpath; member
/external/curl/lib/
Drename.c39 int Curl_rename(const char *oldpath, const char *newpath) in Curl_rename()
/external/ltp/testcases/kernel/syscalls/link/
Dlink08.c37 char *newpath; member
/external/icu/icu4c/source/tools/toolutil/
Dfiletools.cpp62 icu::CharString newpath(checkAgainst, -1, status); in isFileModTimeLater() local
/external/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
/external/arm-trusted-firmware/lib/debugfs/
Ddebugfs_smc.c52 char newpath[MAX_PATH_LEN]; member
/external/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c92 const char *newpath; member
/external/ltp/include/
Dtst_safe_macros.h142 #define SAFE_LINK(oldpath, newpath) \ argument
145 #define SAFE_LINKAT(olddirfd, oldpath, newdirfd, newpath, flags) \ argument
152 #define SAFE_SYMLINK(oldpath, newpath) \ argument
194 #define SAFE_RENAME(oldpath, newpath) \ argument
/external/ltp/lib/
Dsafe_macros.c440 const char *newpath) in safe_link()
460 int newdirfd, const char *newpath, int flags) in safe_linkat()
508 const char *newpath) in safe_symlink()
799 const char *oldpath, const char *newpath) in safe_rename()
/external/e2fsprogs/lib/ext2fs/
Dextent.c308 struct extent_path *path, *newpath; in ext2fs_extent_get() local
906 struct extent_path *path, *newpath = 0; in extent_node_split() local
/external/libconfig/contrib/ls-config/src/
Dls-config.c188 …char *str_ptr, *last_ptr, *newpath, *dot="."; //tokenized buffer, last buffer, new parent path, se… in path_parent() local
/external/autotest/client/bin/
Dutils.py571 def prepend_path(newpath, oldpath): argument
579 def append_path(oldpath, newpath): argument
/external/tensorflow/tensorflow/python/lib/io/
Dfile_io.py587 def copy(oldpath, newpath, overwrite=False): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc245 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { in RenameFile()

12