Home
last modified time | relevance | path

Searched defs:pkg_dir (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/src/tools/rust-installer/src/
Dcombiner.rs88 let pkg_dir = Path::new(&self.work_dir).join(pkg_name); in run() localVariable
/third_party/mindspore/mindspore-src/source/
Dsetup.py32 pkg_dir = os.path.join(build_path, 'package') variable
/third_party/python/Lib/test/support/
Dscript_helper.py248 def make_pkg(pkg_dir, init_source=''): argument
D__init__.py152 def load_package_tests(pkg_dir, loader, standard_tests, pattern): argument
/third_party/python/Lib/test/test_importlib/
Dutil.py108 def submodule(parent, name, pkg_dir, content=''): argument
/third_party/python/Lib/test/
Dtest_runpy.py215 def _add_pkg_dir(self, pkg_dir, namespace=False): argument