Home
last modified time | relevance | path

Searched defs:to_dir (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Python/
H A Dez_setup.py60 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 Dez_setup.py60 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 Dinodeop_bench.cpp79 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/
Dez_setup.py69 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 Dmerge_utils.py52 def CopyItems(from_dir, to_dir, copy_item_list): argument
/aosp_15_r20/system/extras/simpleperf/runtest/
H A Druntest.py362 def _download(self, file, to_dir): argument
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dosutils.py446 def CopyDirContents(from_dir, to_dir, symlinks=False, allow_nonempty=False): argument