Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c3502 _pystatvfs_fromstructstatvfs(struct statvfs st) { in _pystatvfs_fromstructstatvfs() function
3558 return _pystatvfs_fromstructstatvfs(st); in edk2_fstatvfs()
3584 return _pystatvfs_fromstructstatvfs(st); in edk2_statvfs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dedk2module.c5548 _pystatvfs_fromstructstatvfs(struct statvfs st) { in _pystatvfs_fromstructstatvfs() function
5604 return _pystatvfs_fromstructstatvfs(st); in posix_fstatvfs()
5630 return _pystatvfs_fromstructstatvfs(st); in posix_statvfs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dposixmodule.c7201 _pystatvfs_fromstructstatvfs(struct statvfs st) { in _pystatvfs_fromstructstatvfs() function
7257 return _pystatvfs_fromstructstatvfs(st); in posix_fstatvfs()
7283 return _pystatvfs_fromstructstatvfs(st); in posix_statvfs()