Searched refs:destPath (Results 1 – 7 of 7) sorted by relevance
/external/icu4c/tools/icupkg/ |
D | icupkg.cpp | 223 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/ |
D | WorkerFileSystemCallbacksBridge.h | 88 …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/ |
D | harness.js | 130 var destPath = currentSrc.name.replace(/\^\^/g, '/'); 131 self.getOrCreateFile(destPath, onFileFound, 132 util.flog('Error finding path: ' + destPath));
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFileSystem.h | 57 …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/ |
D | AsyncFileSystem.h | 77 …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/ |
D | SkMatrixParts.cpp | 252 SkPath& destPath = destination->getPath(); in add() local 253 int dstPts = destPath.getPoints(dst, 4); in add()
|
/external/quake/src/com/android/quake/ |
D | DownloaderActivity.java | 139 private static Config getLocalConfig(File destPath, String configFilename) { in getLocalConfig() argument 140 File configPath = new File(destPath, configFilename); in getLocalConfig()
|