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

  /external/icu/icu4c/source/tools/toolutil/
filetools.cpp 59 char newpath[MAX_PATH_SIZE] = ""; local
60 uprv_strcpy(newpath, checkAgainst);
61 uprv_strcat(newpath, U_FILE_SEP_STRING);
62 uprv_strcat(newpath, dirEntry->d_name);
64 if ((subDirp = opendir(newpath)) != NULL) {
65 /* If this new path is a directory, make a recursive call with the newpath. */
67 isLatest = isFileModTimeLater(filePath, newpath, isDir);
72 int32_t latest = whichFileModTimeIsLater(filePath, newpath);
  /external/skia/tools/
find_bad_images_in_skps.py 82 newpath = os.path.join(globbedpath, filename) variable in class:list_files.NotAFileException
83 if os.path.isfile(newpath):
84 yield newpath
  /external/freetype/src/base/
ftrfork.c 492 char* newpath; local
500 newpath = raccess_make_file_name( memory, base_file_name, "._" );
501 if ( !newpath )
504 error = raccess_guess_linux_double_from_file_name( library, newpath,
507 *result_file_name = newpath;
509 FT_FREE( newpath );
526 char* newpath = NULL; local
538 if ( FT_ALLOC( newpath, base_file_len + 6 ) )
541 FT_MEM_COPY( newpath, base_file_name, base_file_len );
542 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 )
562 char* newpath = NULL; local
594 char* newpath; local
621 char* newpath; local
647 char* newpath; local
678 char* newpath; local
    [all...]
  /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 277 struct extent_path *path, *newpath; local
429 newpath = path + 1;
430 if (!newpath->buf) {
432 &newpath->buf);
440 memset(newpath->buf, 0, handle->fs->blocksize);
443 blk, 1, newpath->buf);
449 eh = (struct ext3_extent_header *) newpath->buf;
457 newpath->left = newpath->entries =
459 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max)
831 struct extent_path *path, *newpath = 0; local
    [all...]
  /external/elfutils/src/
ld.c 1165 struct pathelement *newpath; local
    [all...]
  /external/e2fsprogs/e2fsck/
unix.c 1006 char *newpath; local
1012 newpath = malloc(len);
1013 if (!newpath)
1014 fatal_error(ctx, "Couldn't malloc() newpath");
1015 strcpy(newpath, PATH_SET);
1018 strcat(newpath, ":");
1019 strcat(newpath, oldpath);
1021 putenv(newpath);
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 515 char *newpath = NULL; local
537 for (; ((d = readdir(dirp))); free(newpath), newpath = NULL) {
543 asprintf(&newpath, "%s%s%s%s", dir, slash, d->d_name,
545 if (!newpath) {
549 if (skip && (*skip)(newpath)) {
553 int ret = dump_files(NULL, newpath, skip, dump_from_fd);
559 fd = TEMP_FAILURE_RETRY(open(newpath, O_RDONLY | O_NONBLOCK | O_CLOEXEC));
562 printf("*** %s: %s\n", newpath, strerror(errno));
565 (*dump_from_fd)(NULL, newpath, fd)
    [all...]
  /external/e2fsprogs/misc/
mke2fs.c 1319 char *newpath; local
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 937 /* Create a newpath with the new entry to test each entry in the directory. */
938 char newpath[MAX_PATH_SIZE]; local
939 uprv_strcpy(newpath, curpath);
940 uprv_strcat(newpath, dirName);
942 if ((subDirp = opendir(newpath)) != NULL) {
943 /* If this new path is a directory, make a recursive call with the newpath. */
945 uprv_strcat(newpath, "/");
946 result = searchForTZFile(newpath, tzInfo);
958 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) {
959 const char* zoneid = newpath + (sizeof(TZZONEINFO)) - 1
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 

Completed in 1068 milliseconds