Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c816 Py_off_t initialpos; in file_truncate() local
835 initialpos = _portable_ftell(f->f_fp); in file_truncate()
837 if (initialpos == -1) in file_truncate()
855 newsize = initialpos; in file_truncate()
908 ret = _portable_fseek(f->f_fp, initialpos, SEEK_SET) != 0; in file_truncate()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c802 Py_off_t initialpos; in file_truncate() local
821 initialpos = _portable_ftell(f->f_fp); in file_truncate()
823 if (initialpos == -1) in file_truncate()
841 newsize = initialpos; in file_truncate()
894 ret = _portable_fseek(f->f_fp, initialpos, SEEK_SET) != 0; in file_truncate()