OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:target_sh
(Results
1 - 3
of
3
) sorted by null
/external/toolchain-utils/go/
push_goroot
11
# It uses "
target_sh
" to remotely execute commands on the device.
18
target_sh
${target} "rm -rf ${goroot}"
19
target_sh
${target} "mkdir -p ${goroot}/pkg"
go_target_exec
12
# It uses "
target_sh
" to execute the binary remotely and get the output/exitcode.
41
target_sh
${target} "cd ${targetdir} && ${vars} ${GOLOADER} ${tmpdir}/a.out $*"
/external/toolchain-utils/go/chromeos/
push_glibc
35
target_sh
${target} "rm -rf /tmp/glibc"
36
target_sh
${target} "mkdir -p /tmp/glibc"
39
target_sh
${target} "rm -rf /tmp/glibc32"
40
target_sh
${target} "mkdir -p /tmp/glibc32"
Completed in 272 milliseconds