Home
last modified time | relevance | path

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

/system/vold/
Dsecdiscard.cpp49 bool overwrite_with_zeros(int fd, off64_t start, off64_t length);
120 if (!overwrite_with_zeros(fs_fd.get(), range[0], range[1])) return false; in secdiscard_path()
144 bool overwrite_with_zeros(int fd, off64_t start, off64_t length) { in overwrite_with_zeros() function