HomeSort by relevance Sort by last modified time
    Searched defs:dst_path (Results 1 - 3 of 3) sorted by null

  /bionic/tools/versioner/src/
Preprocessor.cpp 460 std::string dst_path = dst_dir + "/" + rel_path; local
461 llvm::StringRef parent_path = llvm::sys::path::parent_path(dst_path);
465 if (llvm::sys::fs::copy_file(path, dst_path)) {
467 dst_path.c_str());
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 355 std::string dst_path; member in struct:ResourceFileFlattener::FileOperation
534 file_op.dst_path = *file_ref->path;
584 std::string dst_path = file_op.dst_path; local
593 dst_path =
596 doc->file.source, dst_path, nullptr,
602 error |= !FlattenXml(context_, doc.get(), dst_path, options_.keep_raw_values,
606 error |= !io::CopyFileToArchive(context_, file_op.file_to_copy, file_op.dst_path,
607 GetCompressionFlags(file_op.dst_path), archive_writer);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 914 SkPath dst_path; local
915 skPaint.getFillPath(skPath, &dst_path);
916 dst_path.transform(skMatrix);
917 return SetClip(dst_path);
1512 SkPath dst_path; local
    [all...]

Completed in 790 milliseconds