2026
1998
:param minikind: The type for the entry ('f' == 'file', 'd' ==
2028
2000
:param executable: Should the executable bit be set?
2032
2003
:param size: Size information for new entry
2033
2004
:param path_utf8: key[0] + '/' + key[1], just passed in to avoid doing
2039
2007
block = self._find_block(key)[1]
2041
2009
packed_stat = DirState.NULLSTAT
2045
2010
entry_index, present = self._find_entry_index(key, block)
2046
2011
new_details = (minikind, fingerprint, size, executable, packed_stat)
2047
2012
id_index = self._get_id_index()