Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c3567 size_t mplen = sizeof(modulepath)/sizeof(modulepath[0]); in _PyPopenCreateProcess() local
3573 mplen); in _PyPopenCreateProcess()
3574 modulepath[mplen-1] = '\0'; in _PyPopenCreateProcess()
3579 mplen-strlen(modulepath)); in _PyPopenCreateProcess()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c5157 size_t mplen = sizeof(modulepath)/sizeof(modulepath[0]); in _PyPopenCreateProcess() local
5163 mplen); in _PyPopenCreateProcess()
5164 modulepath[mplen-1] = '\0'; in _PyPopenCreateProcess()
5169 mplen-strlen(modulepath)); in _PyPopenCreateProcess()