OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:install_file
(Results
1 - 1
of
1
) sorted by null
/ndk/build/tools/
build-ndk-sysroot.sh
147
install_file
()
function
155
(cd $1 && find . -type f | while read ff; do
install_file
$ff $2; done)
Completed in 429 milliseconds