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

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

Completed in 198 milliseconds