OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:androidpath
(Results
1 - 2
of
2
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash
28
androidpath
=/data/local/tmp/testcshared-$$
36
adb shell rm -rf $
androidpath
42
adb shell mkdir -p "$
androidpath
"
49
output=$(adb shell "cd ${
androidpath
}; $@")
65
adb push "$bin" "${
androidpath
}/${bin}" 2>/dev/null
/prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash
28
androidpath
=/data/local/tmp/testcshared-$$
36
adb shell rm -rf $
androidpath
42
adb shell mkdir -p "$
androidpath
"
49
output=$(adb shell "cd ${
androidpath
}; $@")
65
adb push "$bin" "${
androidpath
}/${bin}" 2>/dev/null
Completed in 1206 milliseconds