Searched refs:dst_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/cmd/ |
D | Link.cpp | 321 std::string dst_path; member 530 file_op.dst_path = *file_ref->path; in Flatten() 615 std::string dst_path = file_op.dst_path; in Flatten() local 625 dst_path = ResourceUtils::BuildResourceFileName(file, context_->GetNameMangler()); in Flatten() 628 util::make_unique<FileReference>(table->string_pool.MakeRef(dst_path)); in Flatten() 638 error |= !FlattenXml(context_, *doc, dst_path, options_.keep_raw_values, in Flatten() 642 error |= !io::CopyFileToArchive(context_, file_op.file_to_copy, file_op.dst_path, in Flatten() 643 GetCompressionFlags(file_op.dst_path), archive_writer); in Flatten()
|
/frameworks/layoutlib/bridge/src/android/graphics/ |
D | Path_Delegate.java | 454 long dst_path) { in nTransform() argument 466 Path_Delegate dstDelegate = sManager.getDelegate(dst_path); in nTransform()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Path.java | 860 private static native void nTransform(long nPath, long matrix, long dst_path); in nTransform() argument
|