Home | History | Annotate | Download | only in python2.7

Lines Matching refs:null_byte

292         null_byte = filename.find(chr(0))
293 if null_byte >= 0:
294 filename = filename[0:null_byte]