Searched refs:xcopy (Results 1 – 25 of 30) sorted by relevance
12
/external/sdv/vsomeip/third_party/boost/filesystem/tools/ |
D | backup.bat | 23 xcopy /exclude:exclude.txt /y /d /k /r %BOOST_CURRENT_ROOT%\boost\filesystem.hpp %1\boost 24 xcopy /exclude:exclude.txt /y /d /k /s /r %BOOST_CURRENT_ROOT%\boost\filesystem %1\boost\filesystem 25 xcopy /exclude:exclude.txt /y /d /k /s /r %BOOST_CURRENT_ROOT%\libs\filesystem %1\libs\filesystem
|
/external/grpc-grpc/tools/run_tests/artifacts/ |
D | build_artifact_protoc.bat | 43 xcopy /Y cmake\build\third_party\protobuf\protoc.exe %ARTIFACTS_OUT%\ || goto :error 44 xcopy /Y cmake\build\*_plugin.exe %ARTIFACTS_OUT%\ || goto :error
|
D | build_artifact_python.bat | 60 xcopy /Y /I /S dist\* %ARTIFACT_DIR% || goto :error 61 xcopy /Y /I /S tools\distrib\python\grpcio_tools\dist\* %ARTIFACT_DIR% || goto :error
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/artifacts/ |
D | build_artifact_protoc.bat | 43 xcopy /Y cmake\build\third_party\protobuf\protoc.exe %ARTIFACTS_OUT%\ || goto :error 44 xcopy /Y cmake\build\*_plugin.exe %ARTIFACTS_OUT%\ || goto :error
|
D | build_artifact_python.bat | 62 xcopy /Y /I /S dist\* %ARTIFACT_DIR% || goto :error 63 xcopy /Y /I /S tools\distrib\python\grpcio_tools\dist\* %ARTIFACT_DIR% || goto :error
|
/external/openthread/tools/harness-simulation/harness/ |
D | install.bat | 29 xcopy /E /Y Thread_Harness %THREADDIR%\Thread_Harness 35 xcopy /E /Y ..\posix\sniffer_sim\proto %THREADDIR%\Thread_Harness\simulation\Sniffer\proto
|
/external/trusty/arm-trusted-firmware/make_helpers/ |
D | windows.mk | 36 xcopy /HIVE "${tmp_from_dir}" "${tmp_to_dir}"
|
/external/arm-trusted-firmware/make_helpers/ |
D | windows.mk | 38 xcopy /HIVE "${tmp_from_dir}" "${tmp_to_dir}"
|
/external/erofs-utils/include/erofs/ |
D | io.h | 36 int (*xcopy)(struct erofs_vfile *vout, off_t pos, member
|
/external/pytorch/.ci/pytorch/win-test-helpers/ |
D | setup_pytorch_env.bat | 17 xcopy /s %CONDA_PARENT_DIR%\Miniconda3\Lib\site-packages\torch %TMP_DIR_WIN%\build\torch\
|
/external/cronet/tot/third_party/protobuf/kokoro/release/python/windows/ |
D | build_artifacts.bat | 3 xcopy /S github\protobuf "%REPO_DIR_STAGE%\"
|
D | build_single_artifact.bat | 39 xcopy /s %REPO_DIR_STAGE% "%REPO_DIR%\"
|
/external/protobuf/kokoro/release/python/windows/ |
D | build_artifacts.bat | 3 xcopy /S github\protobuf "%REPO_DIR_STAGE%\"
|
D | build_single_artifact.bat | 39 xcopy /s %REPO_DIR_STAGE% "%REPO_DIR%\"
|
/external/cronet/stable/third_party/protobuf/kokoro/release/python/windows/ |
D | build_artifacts.bat | 3 xcopy /S github\protobuf "%REPO_DIR_STAGE%\"
|
D | build_single_artifact.bat | 39 xcopy /s %REPO_DIR_STAGE% "%REPO_DIR%\"
|
/external/cronet/stable/third_party/apache-portable-runtime/src/ |
D | Makefile.win | 168 xcopy include\*.h "$(PREFIX)\include\" /d < .a
|
/external/cronet/tot/third_party/apache-portable-runtime/src/ |
D | Makefile.win | 168 xcopy include\*.h "$(PREFIX)\include\" /d < .a
|
/external/curl/projects/ |
D | build-openssl.bat | 585 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\LIB Debug\include" 1>nul 602 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\DLL Debug\include" 1>nul 616 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\LIB Release\include" 1>nul 633 xcopy /E /I /Y "%TMP_INSTALL_PATH%\include" "%OUTDIR%\DLL Release\include" 1>nul
|
/external/sg3_utils/suse/ |
D | sg3_utils.changes | 26 XCOPY_TO_DST indicate where xcopy command is sent 27 - change default to send xcopy to dst (was src) 75 improve skip/seek handling; allow xcopy on destination
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 48 int BLASFUNC(xcopy) (int *, double *, int *, double *, int *);
|
/external/vulkan-validation-layers/tests/ |
D | CMakeLists.txt | 169 COMMAND xcopy /Y /I ${SRC_GTEST_DLLS} ${DST_GTEST_DLLS})
|
/external/webp/ |
D | Makefile.vc | 460 -xcopy $(DIROBJ)\*.pdb $(DIRLIB) /y 464 -xcopy $(DIROBJ)\*.pdb $(DIRLIB) /y
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 69 int BLASFUNC(xcopy) (int *, double *, int *, double *, int *);
|
/external/cronet/stable/third_party/apache-portable-runtime/src/build/ |
D | NWGNUenvironment.inc | 173 COPYR = xcopy /y /e 2>NUL $(subst /,\,$1) $(subst /,\,$2)
|
12