HomeSort by relevance Sort by last modified time
    Searched defs:newpath (Results 1 - 19 of 19) 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 566 char* newpath; local
574 newpath = raccess_make_file_name( memory, base_file_name, "._" );
575 if ( !newpath )
578 error = raccess_guess_linux_double_from_file_name( library, newpath,
581 *result_file_name = newpath;
583 FT_FREE( newpath );
600 char* newpath = NULL; local
612 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
615 FT_MEM_COPY( newpath, base_file_name, base_file_len );
616 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 )
636 char* newpath = NULL; local
668 char* newpath; local
695 char* newpath; local
721 char* newpath; local
752 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
205 *(tc->newfdptr), tc->newpath));
227 if (TEST_ERRNO == 0 && renameat(*(tc->newfdptr), tc->newpath,
230 "%d, %s) failed.", *(tc->newfdptr), tc->newpath,
  /frameworks/native/cmds/rawbu/
backup.cpp 132 char *newpath; local
134 newpath = strdup(nameBuffer);
135 if (wipe(newpath) == 0) {
136 free(newpath);
142 ret = rmdir(newpath);
145 newpath, strerror(errno));
149 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...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 601 char *newpath = NULL; local
623 for (; ((d = readdir(dirp))); free(newpath), newpath = NULL) {
629 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name,
631 if (!newpath) {
635 if (skip && (*skip)(newpath)) {
639 int ret = dump_files("", newpath, skip, dump_from_fd);
645 android::base::unique_fd fd(TEMP_FAILURE_RETRY(open(newpath, O_RDONLY | O_NONBLOCK | O_CLOEXEC)));
648 printf("*** %s: %s\n", newpath, strerror(errno));
651 (*dump_from_fd)(NULL, newpath, fd.get())
    [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 483 milliseconds