Searched refs:dst_path (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Link.cpp | 370 std::string dst_path; member 557 file_op.dst_path = *file_ref->path; in Flatten() 643 std::string dst_path = file_op.dst_path; in Flatten() local 653 dst_path = ResourceUtils::BuildResourceFileName(file, context_->GetNameMangler()); in Flatten() 656 util::make_unique<FileReference>(table->string_pool.MakeRef(dst_path)); in Flatten() 671 error |= !FlattenXml(context_, *doc, dst_path, options_.keep_raw_values, in Flatten() 675 error |= !io::CopyFileToArchive(context_, file_op.file_to_copy, file_op.dst_path, in Flatten() 676 GetCompressionFlags(file_op.dst_path, options_), in Flatten()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | Path.java | 873 private static native void nTransform(long nPath, long matrix, long dst_path); in nTransform() argument
|