Home
last modified time | relevance | path

Searched defs:mod_dir (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/asn1crypto/tests/
D__init__.py13 def _import_from(mod, path, mod_dir=None): argument
/aosp_15_r20/external/python/asn1crypto/dev/
D_import.py16 def _import_from(mod, path, mod_dir=None, allow_error=False): argument
/aosp_15_r20/tools/asuite/aidegen/vscode/
H A Dvscode_native_project_file_gen.py65 def __init__(self, mod_dir): argument
/aosp_15_r20/system/core/toolbox/
H A Dmodprobe.cpp89 static bool ModDirMatchesKernelPageSize(const char* mod_dir) { in ModDirMatchesKernelPageSize()
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsi.py1380 mod_dir = os.path.join(os.environ["ProgramFiles"], "Common Files", "Merge Modules") variable