Home
last modified time | relevance | path

Searched refs:compile_source (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c1020 compile_source(char *pathname, PyObject *source) in compile_source() function
1102 code = compile_source(modpath, data); in get_code_from_data()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c1048 compile_source(char *pathname, PyObject *source) in compile_source() function
1130 code = compile_source(modpath, data); in get_code_from_data()