Searched defs:shutil (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/rename_font/
H A Dtest.py18 import shutil namespace
26 shutil.copy(font_name, srcdir)
37 shutil.rmtree(srcdir)
38 shutil.rmtree(destdir)
H A Dbuild_font.py29 import shutil namespace
88 shutil.copy(input_path, dest_dir)
126 shutil.copy(input_path, dest_dir)
H A Dbuild_font_single.py30 import shutil namespace
79 shutil.copy(input_path, dest_path)
110 shutil.copy(input_path, dest_path)
/frameworks/webview/chromium/tools/
H A Dmerge_to_master.py23 import shutil namespace
58 shutil.copyfile(merge_log,
/frameworks/compile/slang/tests/
H A Dtest.py14 import shutil namespace
47 shutil.copyfile(src, dst)
163 shutil.rmtree('tmp/')
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py30 import shutil namespace
190 shutil.rmtree(self.temp_libdir)
406 shutil.rmtree(self.temp_dir)

Completed in 374 milliseconds