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