Searched refs:newPath (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Tools/MIDLWrapper/
H A DMIDLWrapper.cpp56 wchar_t* newPath = new wchar_t[newPathLength + 1]; local
59 wchar_t* d = newPath;
68 envp[pathIndex] = newPath;
/external/webkit/Tools/WebKitTestRunner/win/
H A DTestControllerWin.cpp87 wstring newPath;
88 newPath.append(qtPath);
89 newPath.append(L";");
90 newPath.append(oldPath.data(), oldPath.size());
91 ::SetEnvironmentVariableW(pathEnvironmentVariable, newPath.data());
/external/webkit/Source/WebCore/fileapi/
H A DDOMFilePath.cpp53 String newPath = path; local
54 newPath.append(DOMFilePath::separator);
55 return newPath;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
H A Dresources-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/resources/ ...
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h56 void remap(StringRef filePath, StringRef newPath);
/external/icu4c/test/intltest/
H A Ducdtest.cpp198 char newPath[256]; local
204 strcpy(newPath, pathToDataDirectory());
205 strcat(newPath, "unidata" U_FILE_SEP_STRING "DerivedCoreProperties.txt");
218 char *path=newPath;
219 u_parseDelimitedFile(newPath, ';', fields, 2, derivedPropsLineFn, this, &errorCode);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp158 CGMutablePathRef newPath = CGPathCreateMutable(); local
159 CGPathAddPath(newPath, &translation, m_path);
161 m_path = newPath;
/external/clang/lib/ARCMigrate/
H A DFileRemapper.cpp144 SmallString<200> newPath = StringRef(FE->getName()); local
145 fs::make_absolute(newPath);
146 infoOut << newPath << '\n'; local
242 void FileRemapper::remap(StringRef filePath, StringRef newPath) { argument
244 const FileEntry *newfile = FileMgr->getFile(newPath);
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm100 NSString *newPath = [thePath stringByResolvingSymlinksInPath];
107 return newPath;
113 return newPath;
117 newPath = [(NSURL *)URL path];
121 return newPath;
/external/webkit/Source/WebCore/platform/graphics/skia/
H A DSkiaFontWin.cpp320 SkPath newPath; local
321 newPath.addPath(*path, x + offsetX, y + offsetY);
322 canvas->drawPath(newPath, *paint);
/external/webkit/Source/WebKit/android/plugins/
H A DANPPathInterface.cpp98 ASSIGN(i, newPath);
H A Dandroid_npapi.h319 ANPPath* (*newPath)(); member in struct:ANPPathInterfaceV0
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h183 int yaffs_rename(const char *oldPath, const char *newPath) ;
H A Dyaffsfs.c762 int yaffs_rename(const char *oldPath, const char *newPath) argument
775 newdir = yaffsfs_FindDirectory(NULL,newPath,&newname,0);
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp300 wstring newPath;
301 newPath.append(qtPath);
302 newPath.append(L";");
303 newPath.append(oldPath.data(), oldPath.size());
304 SetEnvironmentVariableW(pathEnvironmentVariable, newPath.data());
/external/icu4c/test/cintltst/
H A Dcitertst.c1228 char newPath[256]; local
1233 uprv_strcpy(newPath, ctest_dataSrcDir());
1234 uprv_strcat(newPath, "unidata" U_FILE_SEP_STRING );
1235 uprv_strcat(newPath, "FractionalUCA.txt");
1251 result = T_FileStream_open(newPath, "rb");
1256 log_err("Failed to open either %s or %s\n", newPath, backupPath);
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
H A DSFTPv3Client.java979 * @param newPath See the {@link SFTPv3Client comment} for the class for more details.
982 public void mv(String oldPath, String newPath) throws IOException argument
988 tw.writeString(newPath, charsetName);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 351 milliseconds