Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 4 of 4) 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/chromium/third_party/icu/source/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/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()