Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dutil.c307 unsigned int save_type; in e2fsck_read_bitmaps() local
816 unsigned int save_type; in e2fsck_allocate_inode_bitmap() local
830 unsigned int save_type; in e2fsck_allocate_block_bitmap() local
844 unsigned int save_type; in e2fsck_allocate_subcluster_bitmap() local
Dpass1.c810 unsigned int save_type; in e2fsck_setup_icount() local
/external/python/cpython3/Lib/
Dpickle.py1122 def save_type(self, obj): member in _Pickler
/external/python/cpython3/Modules/
D_pickle.c3848 save_type(PicklerObject *self, PyObject *obj) in save_type() function