Searched refs:destPath (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebFileSystem.h54 // Moves a file or directory at |srcPath| to |destPath|.
57 virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } argument
59 // Copies a file or directory at |srcPath| to |destPath|.
62 virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); } argument
/external/webkit/Source/WebCore/platform/
H A DAsyncFileSystem.h74 // Moves a file or directory from srcPath to destPath.
77 virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
79 // Copies a file or directory from srcPath to destPath.
82 virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
/external/icu4c/tools/icupkg/
H A Dicupkg.cpp223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; local
260 destPath=options[OPT_DESTDIR].value;
263 destPath=NULL;
290 isModified=(UBool)(sourcePath!=destPath);
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dharness.js130 var destPath = currentSrc.name.replace(/\^\^/g, '/');
131 self.getOrCreateFile(destPath, onFileFound,
132 util.flog('Error finding path: ' + destPath));
/external/webkit/Source/WebKit/chromium/src/
H A DWorkerFileSystemCallbacksBridge.h88 void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
111 static void moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
112 static void copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
/external/skia/src/animator/
H A DSkMatrixParts.cpp244 SkPath& destPath = destination->getPath(); local
245 int dstPts = destPath.getPoints(dst, 4);
/external/quake/src/com/android/quake/
H A DDownloaderActivity.java139 private static Config getLocalConfig(File destPath, String configFilename) { argument
140 File configPath = new File(destPath, configFilename);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 391 milliseconds