Home
last modified time | relevance | path

Searched refs:modify_location (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libfs_avb/tests/
Davb_util_test.cpp730 int modify_location = base::RandInt(offset, offset + length - 1); in ModifyFile() local
731 file_content[modify_location] ^= 0x80; in ModifyFile()
733 last_modified_location = modify_location; in ModifyFile()