Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DLink.cpp373 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/
DPath.java896 private static native void nTransform(long nPath, long matrix, long dst_path); in nTransform() argument