HomeSort by relevance Sort by last modified time
    Searched defs:newpath (Results 1 - 21 of 21) sorted by null

  /external/strace/tests/
symlinkat.c 14 static const char newpath[] = "symlink_new"; local
16 long rc = syscall(__NR_symlinkat, oldpath, fd, newpath);
18 oldpath, (int) fd, newpath, rc, errno2name());
renameat2.c 43 static const char newpath[] = "renameat2_newpath"; local
50 olddirfd, oldpath, newdirfd, newpath, 1);
53 (int) olddirfd, oldpath, newpath, rc, errno2name());
  /external/strace/tests-m32/
symlinkat.c 14 static const char newpath[] = "symlink_new"; local
16 long rc = syscall(__NR_symlinkat, oldpath, fd, newpath);
18 oldpath, (int) fd, newpath, rc, errno2name());
renameat2.c 43 static const char newpath[] = "renameat2_newpath"; local
50 olddirfd, oldpath, newdirfd, newpath, 1);
53 (int) olddirfd, oldpath, newpath, rc, errno2name());
  /external/strace/tests-mx32/
symlinkat.c 14 static const char newpath[] = "symlink_new"; local
16 long rc = syscall(__NR_symlinkat, oldpath, fd, newpath);
18 oldpath, (int) fd, newpath, rc, errno2name());
renameat2.c 43 static const char newpath[] = "renameat2_newpath"; local
50 olddirfd, oldpath, newdirfd, newpath, 1);
53 (int) olddirfd, oldpath, newpath, rc, errno2name());
  /external/ltp/testcases/kernel/syscalls/link/
link08.c 26 * if oldpath and newpath are not on the same mounted file system( Linux
68 char *newpath; member in struct:test_case_t
103 TEST(link(tc->oldpath, tc->newpath));
  /external/ltp/testcases/kernel/syscalls/renameat2/
renameat201.c 21 * 1) renameat2(2) returns -1 and sets errno to EEXIST because newpath
25 * RENAME_EXCHANGE is used and newpath does not exist.
28 * newpath does not exist.
60 const char *newpath; member in struct:test_case
138 *(test->newdirfd), test->newpath, test->flags));
  /external/freetype/src/base/
ftrfork.c 560 char* newpath; local
568 newpath = raccess_make_file_name( memory, base_file_name, "._" );
569 if ( !newpath )
572 error = raccess_guess_linux_double_from_file_name( library, newpath,
575 *result_file_name = newpath;
577 FT_FREE( newpath );
594 char* newpath = NULL; local
606 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
609 FT_MEM_COPY( newpath, base_file_name, base_file_len );
610 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 )
630 char* newpath = NULL; local
662 char* newpath; local
689 char* newpath; local
715 char* newpath; local
746 char* newpath; local
    [all...]
  /external/ltp/testcases/kernel/syscalls/renameat/
renameat01.c 26 * a file other than a directory, or similar for newpath and
30 * newpath.
35 * directory and the directory containing newpath has the
92 const char *newpath; member in struct:test_case_t
211 *(tc->newfdptr), tc->newpath));
233 if (TEST_ERRNO == 0 && renameat(*(tc->newfdptr), tc->newpath,
236 "%d, %s) failed.", *(tc->newfdptr), tc->newpath,
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 503 char* newpath; local
511 newpath = raccess_make_file_name( memory, base_file_name, "._" );
512 if ( !newpath )
515 error = raccess_guess_linux_double_from_file_name( library, newpath,
518 *result_file_name = newpath;
520 FT_FREE( newpath );
537 char* newpath = NULL; local
549 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
552 FT_MEM_COPY( newpath, base_file_name, base_file_len );
553 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 )
573 char* newpath = NULL; local
605 char* newpath; local
632 char* newpath; local
658 char* newpath; local
689 char* newpath; local
    [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 133 char *newpath; local
135 newpath = strdup(nameBuffer);
136 if (wipe(newpath) == 0) {
137 free(newpath);
143 ret = rmdir(newpath);
146 newpath, strerror(errno));
150 free(newpath);
  /external/e2fsprogs/lib/ext2fs/
extent.c 308 struct extent_path *path, *newpath; local
461 newpath = path + 1;
462 if (!newpath->buf) {
464 &newpath->buf);
472 memset(newpath->buf, 0, handle->fs->blocksize);
475 blk, 1, newpath->buf);
481 eh = (struct ext3_extent_header *) newpath->buf;
494 newpath->left = newpath->entries =
496 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max)
906 struct extent_path *path, *newpath = 0; local
    [all...]
  /external/elfutils/src/
ld.c 1165 struct pathelement *newpath; local
    [all...]
  /external/kmod/testsuite/
testsuite.c 851 char *oldpath, *newpath; local
861 if (asprintf(&newpath, "%s:%s", extra, oldpath) < 0) {
866 r = setenv("PATH", newpath, 1);
867 free(newpath);
  /external/libusb/libusb/os/
sunos_usb.c 184 const char *path, *newpath; local
251 if ((newpath = strrchr(path, '/')) == NULL) {
257 strlen(newpath));
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1070 char *newpath; local
1076 newpath = malloc(len);
1077 if (!newpath)
1078 fatal_error(ctx, "Couldn't malloc() newpath");
1079 strcpy(newpath, PATH_SET);
1082 strcat(newpath, ":");
1083 strcat(newpath, oldpath);
1085 putenv(newpath);
    [all...]
  /external/openssh/
sftp-server.c 1175 char *oldpath, *newpath; local
1180 (r = sshbuf_get_cstring(iqueue, &newpath, NULL)) != 0)
1184 logit("rename old \"%s\" new \"%s\"", oldpath, newpath);
1190 if (link(oldpath, newpath) == -1) {
1205 if (stat(newpath, &st) == -1) {
1206 if (rename(oldpath, newpath) == -1)
1218 unlink(newpath);
1221 } else if (stat(newpath, &sb) == -1) {
1222 if (rename(oldpath, newpath) == -1)
1229 free(newpath);
1260 char *oldpath, *newpath; local
1280 char *oldpath, *newpath; local
1338 char *oldpath, *newpath; local
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 629 char *newpath = NULL; local
651 for (; ((d = readdir(dirp))); free(newpath), newpath = NULL) {
657 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name,
659 if (!newpath) {
663 if (skip && (*skip)(newpath)) {
667 int ret = dump_files("", newpath, skip, dump_from_fd);
673 fd = TEMP_FAILURE_RETRY(open(newpath, O_RDONLY | O_NONBLOCK | O_CLOEXEC));
676 printf("*** %s: %s\n", newpath, strerror(errno));
679 (*dump_from_fd)(NULL, newpath, fd)
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1506 char *newpath; local
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 780 milliseconds