Home
last modified time | relevance | path

Searched defs:save_type (Results 1 – 4 of 4) sorted by relevance

/external/e2fsprogs/e2fsck/
Dutil.c312 unsigned int save_type; in e2fsck_read_bitmaps() local
818 unsigned int save_type; in e2fsck_allocate_inode_bitmap() local
832 unsigned int save_type; in e2fsck_allocate_block_bitmap() local
846 unsigned int save_type; in e2fsck_allocate_subcluster_bitmap() local
Dpass1.c817 unsigned int save_type; in e2fsck_setup_icount() local
/external/python/cpython3/Lib/
Dpickle.py1006 def save_type(self, obj): member in _Pickler
/external/python/cpython3/Modules/
D_pickle.c3562 save_type(PicklerObject *self, PyObject *obj) in save_type() function