Searched refs:oldpath (Results 1 - 25 of 31) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h50 uptr internal_rename(const char *oldpath, const char *newpath);
H A Dsanitizer_posix.cc211 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { argument
212 uptr res = internal_rename(oldpath, newpath);
H A Dsanitizer_mac.cc194 uptr internal_rename(const char *oldpath, const char *newpath) { argument
195 return rename(oldpath, newpath);
H A Dsanitizer_linux.cc296 uptr internal_rename(const char *oldpath, const char *newpath) { argument
298 return internal_syscall(SYSCALL(renameat), AT_FDCWD, (uptr)oldpath, AT_FDCWD,
301 return internal_syscall(SYSCALL(rename), (uptr)oldpath, (uptr)newpath);
H A Dsanitizer_common.h232 bool RenameFile(const char *oldpath, const char *newpath,
H A Dsanitizer_win.cc542 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) { argument
/external/valgrind/memcheck/tests/solaris/
H A Dscalar_obsolete.stderr.exp33 Syscall param link(oldpath) contains uninitialised byte(s)
39 Syscall param link(oldpath) points to unaddressable byte(s)
172 Syscall param symlink(oldpath) contains uninitialised byte(s)
178 Syscall param symlink(oldpath) points to unaddressable byte(s)
/external/autotest/client/bin/
H A Dbase_utils.py588 def prepend_path(newpath, oldpath):
589 """prepend newpath to oldpath"""
590 if (oldpath):
591 return newpath + ':' + oldpath
596 def append_path(oldpath, newpath):
597 """append newpath to oldpath"""
598 if (oldpath):
599 return oldpath + ':' + newpath
/external/e2fsprogs/misc/
H A Dfsck.c1256 char *oldpath = getenv("PATH"); local
1281 if (oldpath) {
1283 strlen (oldpath) + 1);
1290 strcat (fsck_path, oldpath);
H A Dmke2fs.c1291 char * oldpath = getenv("PATH"); local
1322 if (oldpath)
1323 pathlen += strlen(oldpath);
1333 if (oldpath) {
1335 strcat (newpath, oldpath);
/external/e2fsprogs/e2fsck/
H A Dunix.c1005 char *oldpath = getenv("PATH"); local
1009 if (oldpath)
1010 len += strlen(oldpath);
1017 if (oldpath) {
1019 strcat(newpath, oldpath);
/external/webrtc/webrtc/base/
H A Dunixfilesystem.cc570 link(const char* oldpath, const char* newpath) { argument
/external/valgrind/memcheck/tests/darwin/
H A Dscalar.stderr.exp114 Syscall param link(oldpath) contains uninitialised byte(s)
122 Syscall param link(oldpath) points to unaddressable byte(s)
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-generic.c3768 PRE_REG_READ2(long, "link", const char *, oldpath, const char *, newpath);
3769 PRE_MEM_RASCIIZ( "link(oldpath)", ARG1);
4222 PRE_REG_READ2(long, "rename", const char *, oldpath, const char *, newpath);
4223 PRE_MEM_RASCIIZ( "rename(oldpath)", ARG1 );
4408 PRE_REG_READ2(long, "symlink", const char *, oldpath, const char *, newpath);
4409 PRE_MEM_RASCIIZ( "symlink(oldpath)", ARG1 );
H A Dsyswrap-linux.c4639 int, olddfd, const char *, oldpath,
4641 PRE_MEM_RASCIIZ( "renameat(oldpath)", ARG2 );
4651 int, olddfd, const char *, oldpath,
4654 PRE_MEM_RASCIIZ( "linkat(oldpath)", ARG2);
4664 const char *, oldpath, int, newdfd, const char *, newpath);
4665 PRE_MEM_RASCIIZ( "symlinkat(oldpath)", ARG1 );
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp123 Syscall param link(oldpath) contains uninitialised byte(s)
131 Syscall param link(oldpath) points to unaddressable byte(s)
425 Syscall param rename(oldpath) contains uninitialised byte(s)
433 Syscall param rename(oldpath) points to unaddressable byte(s)
919 Syscall param symlink(oldpath) contains uninitialised byte(s)
927 Syscall param symlink(oldpath) points to unaddressable byte(s)
/external/v8/test/mjsunit/asm/embenchen/
H A Dcopy.js1720 },symlink:function (parent, newname, oldpath) {
1722 node.link = oldpath;
2786 },symlink:function (oldpath, newpath) {
2797 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dcorrections.js1720 },symlink:function (parent, newname, oldpath) {
1722 node.link = oldpath;
2786 },symlink:function (oldpath, newpath) {
2797 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dprimes.js1734 },symlink:function (parent, newname, oldpath) {
1736 node.link = oldpath;
2800 },symlink:function (oldpath, newpath) {
2811 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dfannkuch.js1859 },symlink:function (parent, newname, oldpath) {
1861 node.link = oldpath;
2925 },symlink:function (oldpath, newpath) {
2936 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dfasta.js2103 },symlink:function (parent, newname, oldpath) {
2105 node.link = oldpath;
3169 },symlink:function (oldpath, newpath) {
3180 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dmemops.js1828 },symlink:function (parent, newname, oldpath) {
1830 node.link = oldpath;
2894 },symlink:function (oldpath, newpath) {
2905 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dzlib.js1829 },symlink:function (parent, newname, oldpath) {
1831 node.link = oldpath;
2895 },symlink:function (oldpath, newpath) {
2906 return parent.node_ops.symlink(parent, newname, oldpath);
H A Dbox2d.js2077 },symlink:function (parent, newname, oldpath) {
2079 node.link = oldpath;
3143 },symlink:function (oldpath, newpath) {
3154 return parent.node_ops.symlink(parent, newname, oldpath);
/external/selinux/policycoreutils/sepolicy/sepolicy/
H A Dgui.py2009 oldpath = self.unmark(self.liststore.get_value(iter, 0))

Completed in 809 milliseconds

12