Home
last modified time | relevance | path

Searched refs:install_file (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dbuild-ndk-sysroot.sh142 install_file () function
150 (cd $1 && find . -type f | while read ff; do install_file $ff $2; done)
/ndk/
Dcheckbuild.py231 def install_file(file_name, src_dir, dst_dir): function
310 install_file(file_name, toolchain_path, install_dir)