OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_cp
(Results
1 - 2
of
2
) sorted by null
/external/toolchain-utils/go/
push_goroot
12
# It uses "
target_cp
" to transfer files to the device.
24
target_cp
"pkg/${pkgdir}_shared" ${target}:${goroot}/pkg
27
target_cp
"pkg/${pkgdir}" ${target}:${goroot}/pkg
30
target_cp
"src" ${target}:${goroot}
31
target_cp
"lib" ${target}:${goroot}
32
target_cp
"test" ${target}:${goroot}
go_target_exec
11
# It uses "
target_cp
" to copy the binary to the temporary directory on the device.
22
target_cp
${binary} ${target}:${tmpdir}/a.out
Completed in 154 milliseconds