Searched defs:to_dir (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/antlr/runtime/Python/ |
H A D | ez_setup.py | 60 def _build_egg(egg, archive_filename, to_dir): argument 115 def _do_download(version, download_base, to_dir, download_delay): argument 136 to_dir=DEFAULT_SAVE_DIR, download_delay=15): argument 310 to_dir=DEFAULT_SAVE_DIR, delay=15, argument
|
/aosp_15_r20/external/antlr/runtime/Python3/ |
H A D | ez_setup.py | 60 def _build_egg(egg, archive_filename, to_dir): argument 115 def _do_download(version, download_base, to_dir, download_delay): argument 136 to_dir=DEFAULT_SAVE_DIR, download_delay=15): argument 310 to_dir=DEFAULT_SAVE_DIR, delay=15, argument
|
/aosp_15_r20/system/vold/bench/inodeop_bench/ |
H A D | inodeop_bench.cpp | 79 std::string to_dir; member 194 bool move_files(const std::string& from_dir, const std::string& to_dir, int n_file, in move_files() 226 bool hardlink_files(const std::string& from_dir, const std::string& to_dir, int n_file, in hardlink_files() 258 bool symlink_files(std::string from_dir, const std::string& to_dir, int n_file, in symlink_files()
|
/aosp_15_r20/external/python/apitools/ |
D | ez_setup.py | 69 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument 110 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir, argument
|
/aosp_15_r20/build/make/tools/releasetools/merge/ |
H A D | merge_utils.py | 52 def CopyItems(from_dir, to_dir, copy_item_list): argument
|
/aosp_15_r20/system/extras/simpleperf/runtest/ |
H A D | runtest.py | 362 def _download(self, file, to_dir): argument
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/ |
H A D | osutils.py | 446 def CopyDirContents(from_dir, to_dir, symlinks=False, allow_nonempty=False): argument
|