Searched refs:shutil (Results 1 - 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/
H A Dbuild.py21 import shutil namespace
98 shutil.copy2(
101 shutil.copy2(os.path.join(static_lib_dir, 'libc++abi.a'), install_dir)
102 shutil.copy2(
104 shutil.copy2(
/ndk/tests/build/standalone-toolchain/
H A Dtest.py17 import shutil namespace
78 shutil.rmtree(install_dir)
/ndk/tests/
H A Dprepare-buildbot-emulators.py22 import shutil namespace
49 shutil.rmtree(sdk_dir)
H A Drun-all.py39 import shutil namespace
292 shutil.rmtree(out_dir)
296 atexit.register(lambda: shutil.rmtree(out_dir))
H A Dtests.py26 import shutil namespace
302 shutil.rmtree(out_dir)
303 shutil.copytree(src_dir, out_dir)
/ndk/build/tools/
H A Dpackage.py23 import shutil namespace
200 shutil.move(os.path.join(extract_dir, dirs[0]), install_dir)
202 shutil.rmtree(extract_dir)
213 shutil.move(os.path.join(gnustl_path, '4.9/Android.mk'),
255 shutil.copy2(changelog_path, out_dir)
262 shutil.rmtree(extract_dir)
340 shutil.rmtree(args.out_dir)
/ndk/
H A Dcheckbuild.py29 import shutil namespace
248 shutil.copytree(src_dir, dst_dir, symlinks=True)
264 shutil.copy2(src_file, dst_file)
298 shutil.rmtree(install_dir)
314 shutil.copy2(license_path, os.path.join(install_dir, 'NOTICE'))
368 shutil.rmtree(install_dir)
381 shutil.copy2(src, dst)
383 shutil.copy2(
465 shutil.copy2(f, os.path.join(out_dir, 'host-tools/bin'))
557 shutil
[all...]
/ndk/sources/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py38 import shutil namespace
127 shutil.rmtree(_temp_dir, ignore_errors=True)
/ndk/build/lib/
H A Dbuild_support.py19 import shutil namespace
195 shutil.copy(dist_repo_prop, out_dir)
242 shutil.rmtree(tmpdir)

Completed in 580 milliseconds