Home
last modified time | relevance | path

Searched refs:newpath (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/base/
Dftrfork.c496 char* newpath; in raccess_guess_darwin_ufs_export() local
504 newpath = raccess_make_file_name( memory, base_file_name, "._" ); in raccess_guess_darwin_ufs_export()
505 if ( !newpath ) in raccess_guess_darwin_ufs_export()
508 error = raccess_guess_linux_double_from_file_name( library, newpath, in raccess_guess_darwin_ufs_export()
511 *result_file_name = newpath; in raccess_guess_darwin_ufs_export()
513 FT_FREE( newpath ); in raccess_guess_darwin_ufs_export()
530 char* newpath = NULL; in raccess_guess_darwin_hfsplus() local
542 if ( FT_ALLOC( newpath, base_file_len + 6 ) ) in raccess_guess_darwin_hfsplus()
545 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_hfsplus()
546 FT_MEM_COPY( newpath + base_file_len, "/rsrc", 6 ); in raccess_guess_darwin_hfsplus()
[all …]
/external/icu4c/tools/toolutil/
Dfiletools.cpp51 char newpath[MAX_PATH_SIZE] = ""; in isFileModTimeLater() local
52 uprv_strcpy(newpath, checkAgainst); in isFileModTimeLater()
53 uprv_strcat(newpath, U_FILE_SEP_STRING); in isFileModTimeLater()
54 uprv_strcat(newpath, dirEntry->d_name); in isFileModTimeLater()
56 if ((subDirp = opendir(newpath)) != NULL) { in isFileModTimeLater()
59 isLatest = isFileModTimeLater(filePath, newpath, isDir); in isFileModTimeLater()
64 int32_t latest = whichFileModTimeIsLater(filePath, newpath); in isFileModTimeLater()
/external/e2fsprogs/lib/ext2fs/
Dextent.c283 struct extent_path *path, *newpath; in ext2fs_extent_get() local
433 newpath = path + 1; in ext2fs_extent_get()
434 if (!newpath->buf) { in ext2fs_extent_get()
436 &newpath->buf); in ext2fs_extent_get()
444 memset(newpath->buf, 0, handle->fs->blocksize); in ext2fs_extent_get()
447 blk, 1, newpath->buf); in ext2fs_extent_get()
453 eh = (struct ext3_extent_header *) newpath->buf; in ext2fs_extent_get()
461 newpath->left = newpath->entries = in ext2fs_extent_get()
463 newpath->max_entries = ext2fs_le16_to_cpu(eh->eh_max); in ext2fs_extent_get()
467 newpath->end_blk = ext2fs_le32_to_cpu(ix->ei_block); in ext2fs_extent_get()
[all …]
/external/yaffs2/yaffs2/direct/
Dyaffsfs.h203 int yaffs_symlink(const char *oldpath, const char *newpath);
206 int yaffs_link(const char *oldpath, const char *newpath);
Dyaffsfs.c1352 int yaffs_symlink(const char *oldpath, const char *newpath) in yaffs_symlink() argument
1361 parent = yaffsfs_FindDirectory(NULL,newpath,&name,0); in yaffs_symlink()
1410 int yaffs_link(const char *oldpath, const char *newpath) in yaffs_link() argument
1421 target = yaffsfs_FindObject(NULL,newpath,0); in yaffs_link()
1440 newdir = yaffsfs_FindDirectory(NULL,newpath,&newname,0); in yaffs_link()
/external/icu4c/common/
Dputil.c926 char newpath[MAX_PATH_SIZE]; in searchForTZFile() local
927 uprv_strcpy(newpath, curpath); in searchForTZFile()
928 uprv_strcat(newpath, dirName); in searchForTZFile()
930 if ((subDirp = opendir(newpath)) != NULL) { in searchForTZFile()
933 uprv_strcat(newpath, "/"); in searchForTZFile()
934 result = searchForTZFile(newpath, tzInfo); in searchForTZFile()
946 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { in searchForTZFile()
947 const char* zoneid = newpath + (sizeof(TZZONEINFO)) - 1; in searchForTZFile()
/external/elfutils/src/
Dld.c1085 struct pathelement *newpath; in ld_new_searchdir() local
1087 newpath = (struct pathelement *) in ld_new_searchdir()
1090 newpath->pname = dir; in ld_new_searchdir()
1094 ld_state.paths = ld_state.tailpaths = newpath; in ld_new_searchdir()
1097 ld_state.tailpaths->next = newpath; in ld_new_searchdir()
1098 ld_state.tailpaths = newpath; in ld_new_searchdir()
/external/e2fsprogs/e2fsck/
Dunix.c874 char *newpath; in PRS() local
880 newpath = malloc(len); in PRS()
881 if (!newpath) in PRS()
883 strcpy(newpath, PATH_SET); in PRS()
886 strcat(newpath, ":"); in PRS()
887 strcat(newpath, oldpath); in PRS()
889 putenv(newpath); in PRS()
/external/e2fsprogs/misc/
Dmke2fs.c1155 char *newpath; in PRS() local
1160 newpath = malloc(pathlen); in PRS()
1161 strcpy(newpath, PATH_SET); in PRS()
1165 strcat (newpath, ":"); in PRS()
1166 strcat (newpath, oldpath); in PRS()
1168 putenv (newpath); in PRS()
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.stderr.exp99 Syscall param link(newpath) contains uninitialised byte(s)
106 Syscall param link(newpath) points to unaddressable byte(s)
/external/valgrind/main/memcheck/tests/x86-linux/
Dscalar.stderr.exp105 Syscall param link(newpath) contains uninitialised byte(s)
112 Syscall param link(newpath) points to unaddressable byte(s)
357 Syscall param rename(newpath) contains uninitialised byte(s)
364 Syscall param rename(newpath) points to unaddressable byte(s)
772 Syscall param symlink(newpath) contains uninitialised byte(s)
779 Syscall param symlink(newpath) points to unaddressable byte(s)
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-generic.c3416 PRE_REG_READ2(long, "link", const char *, oldpath, const char *, newpath); in PRE()
3801 PRE_REG_READ2(long, "rename", const char *, oldpath, const char *, newpath); in PRE()
3968 PRE_REG_READ2(long, "symlink", const char *, oldpath, const char *, newpath); in PRE()
Dsyswrap-linux.c3232 int, newdfd, const char *, newpath); in PRE()
3243 int, newdfd, const char *, newpath, in PRE()
3254 const char *, oldpath, int, newdfd, const char *, newpath); in PRE()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt672 $geshi->set_language_path($newpath);