Searched refs:_make_stat_result (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | os.py | 717 def _make_stat_result(tup, dict): function 722 return (_make_stat_result, args) 725 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | os.py | 731 def _make_stat_result(tup, dict): function 736 return (_make_stat_result, args) 739 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | os.py | 746 def _make_stat_result(tup, dict): function 751 return (_make_stat_result, args) 754 _copy_reg.pickle(stat_result, _pickle_stat_result, _make_stat_result)
|