Home
last modified time | relevance | path

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

/external/v8/tools/clang/rewrite_to_chrome_style/tests/
Drun_tool.args1 --tool-args=--method-blocklist=blocked_methods.txt
Dblocked_methods.txt1 # Test input file for --method-blocklist parameter.
/external/toybox/toys/pending/
Dmke2fs.c252 static uint32_t file_blocks_used(uint64_t size, uint32_t *blocklist) in file_blocks_used() argument
259 if (blocklist) { in file_blocks_used()
263 for (i=0; i<13 && i<dblocks; i++) blocklist[i] = i; in file_blocks_used()
265 if (dblocks > 13+idx) blocklist[13] = 13+idx; in file_blocks_used()
268 if (dblocks > idx) blocklist[14] = idx; in file_blocks_used()