Home
last modified time | relevance | path

Searched refs:pythonModule (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c387 NSModule pythonModule; in calculate_path() local
456 pythonModule = NSModuleForSymbol(NSLookupAndBindSymbol("_Py_Initialize")); in calculate_path()
458 buf = (char *)NSLibraryNameForModule(pythonModule); in calculate_path()
/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.c778 NSModule pythonModule = NSModuleForSymbol(symbol); in library_to_dict()
779 if (pythonModule != NULL) { in library_to_dict()
781 const char *path = NSLibraryNameForModule(pythonModule); in library_to_dict()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...