Home
last modified time | relevance | path

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

/aosp12/bionic/tools/versioner/src/
H A DPreprocessor.cpp450 std::string dst_path = dst_dir + "/" + rel_path; in preprocessHeaders() local
451 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path); in preprocessHeaders()
455 if (llvm::sys::fs::copy_file(path, dst_path)) { in preprocessHeaders()
457 dst_path.c_str()); in preprocessHeaders()
/aosp12/packages/modules/adb/client/
H A Dfile_sync_client.cpp1481 const char* dst_path = dst; in do_sync_push() local
1519 path_holder = dst_path; in do_sync_push()
1524 dst_path = path_holder.c_str(); in do_sync_push()
1529 success &= sync_send(sc, src_path, dst_path, st.st_mtime, st.st_mode, sync, compression, in do_sync_push()
1708 const char* dst_path = dst; in do_sync_pull() local
1750 path_holder = android::base::StringPrintf("%s%c%s", dst_path, OS_PATH_SEPARATOR, in do_sync_pull()
1752 dst_path = path_holder.c_str(); in do_sync_pull()
1757 if (!sync_recv(sc, src_path, dst_path, name, src_st.st_size, compression)) { in do_sync_pull()
1762 if (copy_attrs && set_time_and_mode(dst_path, src_st.st_mtime, src_st.st_mode) != 0) { in do_sync_pull()
/aosp12/bionic/tests/
H A Delftls_dl_test.cpp72 std::string dst_path = GetTestlibRoot() + "/libtest_elftls_shared_var.so"; in TEST() local
75 "dlerror: dlopen failed: TLS symbol \"elftls_shared_var\" in dlopened \"" + dst_path + "\" " + in TEST()
/aosp12/frameworks/base/tools/aapt2/cmd/
H A DLink.cpp368 std::string dst_path; member
555 file_op.dst_path = *file_ref->path; in Flatten()
640 std::string dst_path = file_op.dst_path; in Flatten() local
650 dst_path = ResourceUtils::BuildResourceFileName(file, context_->GetNameMangler()); in Flatten()
653 util::make_unique<FileReference>(table->string_pool.MakeRef(dst_path)); in Flatten()
668 error |= !FlattenXml(context_, *doc, dst_path, options_.keep_raw_values, in Flatten()
672 error |= !io::CopyFileToArchive(context_, file_op.file_to_copy, file_op.dst_path, in Flatten()
673 GetCompressionFlags(file_op.dst_path, options_), in Flatten()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DPath_Delegate.java454 long dst_path) { in nTransform() argument
466 Path_Delegate dstDelegate = sManager.getDelegate(dst_path); in nTransform()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DPath.java867 private static native void nTransform(long nPath, long matrix, long dst_path); in nTransform() argument