Searched refs:modify_location (Results 1 – 1 of 1) sorted by relevance
730 int modify_location = base::RandInt(offset, offset + length - 1); in ModifyFile() local731 file_content[modify_location] ^= 0x80; in ModifyFile()733 last_modified_location = modify_location; in ModifyFile()