Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 7 of 7) sorted by relevance

/external/icu4c/tools/icupkg/
Dicupkg.cpp223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; in main() local
260 destPath=options[OPT_DESTDIR].value; in main()
263 destPath=NULL; in main()
290 isModified=(UBool)(sourcePath!=destPath); in main()
346 pkg->extractItem(destPath, outFilename, 0, outType); in main()
407 pkg->extractItems(destPath, *listPkg, outType); in main()
/external/webkit/Source/WebKit/chromium/src/
DWorkerFileSystemCallbacksBridge.h88 …void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const Str…
89 …void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const Str…
111 …ExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystem…
112 …ExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystem…
/external/chromium/chrome/browser/resources/file_manager/js/
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/public/
DWebFileSystem.h57 …virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in move() argument
62 …virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { … in copy() argument
/external/webkit/Source/WebCore/platform/
DAsyncFileSystem.h77 …virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbac…
82 …virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbac…
/external/skia/src/animator/
DSkMatrixParts.cpp252 SkPath& destPath = destination->getPath(); in add() local
253 int dstPts = destPath.getPoints(dst, 4); in add()
/external/quake/src/com/android/quake/
DDownloaderActivity.java139 private static Config getLocalConfig(File destPath, String configFilename) { in getLocalConfig() argument
140 File configPath = new File(destPath, configFilename); in getLocalConfig()