HomeSort by relevance Sort by last modified time
    Searched defs:dst_path (Results 1 - 4 of 4) 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());
  /external/python/cpython3/Modules/clinic/
_winapi.c.h 171 "CreateJunction($module, src_path, dst_path, /)\n"
180 LPWSTR dst_path);
187 LPWSTR dst_path; local
190 &src_path, &dst_path)) {
193 return_value = _winapi_CreateJunction_impl(module, src_path, dst_path);
  /frameworks/base/tools/aapt2/cmd/
Link.cpp 374 std::string dst_path; member in struct:ResourceFileFlattener::FileOperation
569 file_op.dst_path = *file_ref->path;
640 std::string dst_path = file_op.dst_path; local
650 dst_path = ResourceUtils::BuildResourceFileName(file, context_->GetNameMangler());
653 util::make_unique<FileReference>(table->string_pool.MakeRef(dst_path));
663 error |= !FlattenXml(context_, *doc, dst_path, options_.keep_raw_values,
667 error |= !io::CopyFileToArchive(context_, file_op.file_to_copy, file_op.dst_path,
668 GetCompressionFlags(file_op.dst_path), archive_writer);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 1018 SkPath dst_path; local
1875 SkPath dst_path; local
    [all...]

Completed in 429 milliseconds