Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftrfork.c446 char* newpath; in raccess_guess_darwin_ufs_export() local
454 newpath = raccess_make_file_name( memory, base_file_name, "._" ); in raccess_guess_darwin_ufs_export()
455 if ( !newpath ) in raccess_guess_darwin_ufs_export()
458 error = raccess_guess_linux_double_from_file_name( library, newpath, in raccess_guess_darwin_ufs_export()
461 *result_file_name = newpath; in raccess_guess_darwin_ufs_export()
463 FT_FREE( newpath ); in raccess_guess_darwin_ufs_export()
480 char* newpath; in raccess_guess_darwin_hfsplus() local
492 if ( FT_ALLOC( newpath, base_file_len + 6 ) ) in raccess_guess_darwin_hfsplus()
495 FT_MEM_COPY( newpath, base_file_name, base_file_len ); in raccess_guess_darwin_hfsplus()
496 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/chromium/third_party/icu/source/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/chromium/net/socket/
Dssl_test_util.cc181 std::wstring newpath(oldpath); in AppendToPythonPath() local
182 newpath.append(L":"); in AppendToPythonPath()
183 newpath.append(dir.value()); in AppendToPythonPath()
184 SetEnvironmentVariableW(kPythonPath, newpath.c_str()); in AppendToPythonPath()
193 std::string newpath(oldpath); in AppendToPythonPath()
194 newpath.append(":"); in AppendToPythonPath()
195 newpath.append(dir.value()); in AppendToPythonPath()
196 setenv(kPythonPath, newpath.c_str(), 1); in AppendToPythonPath()
/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/chromium/third_party/icu/source/common/
Dputil.c863 char newpath[MAX_PATH_SIZE]; in searchForTZFile() local
864 uprv_strcpy(newpath, curpath); in searchForTZFile()
865 uprv_strcat(newpath, dirEntry->d_name); in searchForTZFile()
867 if ((subDirp = opendir(newpath)) != NULL) { in searchForTZFile()
870 uprv_strcat(newpath, "/"); in searchForTZFile()
871 result = searchForTZFile(newpath, tzInfo); in searchForTZFile()
873 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { in searchForTZFile()
874 uprv_strcpy(SEARCH_TZFILE_RESULT, newpath + (sizeof(TZZONEINFO) - 1)); in searchForTZFile()
/external/icu4c/common/
Dputil.c888 char newpath[MAX_PATH_SIZE]; in searchForTZFile() local
889 uprv_strcpy(newpath, curpath); in searchForTZFile()
890 uprv_strcat(newpath, dirEntry->d_name); in searchForTZFile()
892 if ((subDirp = opendir(newpath)) != NULL) { in searchForTZFile()
895 uprv_strcat(newpath, "/"); in searchForTZFile()
896 result = searchForTZFile(newpath, tzInfo); in searchForTZFile()
898 if(compareBinaryFiles(TZDEFAULT, newpath, tzInfo)) { in searchForTZFile()
899 uprv_strcpy(SEARCH_TZFILE_RESULT, 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.c837 char *newpath; in PRS() local
843 newpath = malloc(len); in PRS()
844 if (!newpath) in PRS()
846 strcpy(newpath, PATH_SET); in PRS()
849 strcat(newpath, ":"); in PRS()
850 strcat(newpath, oldpath); in PRS()
852 putenv(newpath); in PRS()
/external/e2fsprogs/misc/
Dmke2fs.c971 char *newpath; in PRS() local
976 newpath = malloc(pathlen); in PRS()
977 strcpy(newpath, PATH_SET); in PRS()
981 strcat (newpath, ":"); in PRS()
982 strcat (newpath, oldpath); in PRS()
984 putenv (newpath); in PRS()
/external/libvpx/examples/includes/geshi/docs/
Dgeshi-doc.txt672 $geshi->set_language_path($newpath);