Home
last modified time | relevance | path

Searched refs:dstPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/link/
DLink.cpp301 std::string dstPath; member
455 fileOp.dstPath = util::utf16ToUtf8(*fileRef->path); in flatten()
499 bool result = flattenXml(fileOp.xmlToFlatten.get(), fileOp.dstPath, maxSdkLevel, in flatten()
506 bool result = copyFileToArchive(fileOp.fileToCopy, fileOp.dstPath, in flatten()
507 getCompressionFlags(fileOp.dstPath), in flatten()
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DPaint_Delegate.java797 Path_Delegate dstPath = Path_Delegate.getDelegate(dst); in nGetFillPath() local
798 if (dstPath == null) { in nGetFillPath()
805 dstPath.setJavaShape(strokeShape); in nGetFillPath()