Home
last modified time | relevance | path

Searched defs:destPath (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebFileSystem.h57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move()
62 …virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in copy()
/external/skia/src/animator/
DSkMatrixParts.cpp252 SkPath& destPath = destination->getPath(); in add() local
/external/icu4c/tools/icupkg/
Dicupkg.cpp223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
/external/quake/src/com/android/quake/
DDownloaderActivity.java139 private static Config getLocalConfig(File destPath, String configFilename) { in getLocalConfig()