Home
last modified time | relevance | path

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

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp81 bool drop_state; member
94 string_repr << "\t.drop_state = " << drop_state << ",\n"; in to_string()
105 drop_state = true; in reset()
137 << !command.drop_state << ").\n"; in usage()
142 void drop_state() { in drop_state() function
303 if (command.drop_state) drop_state(); in create_workload()
314 if (command.drop_state) drop_state(); in delete_workload()
323 if (command.drop_state) drop_state(); in move_workload()
335 if (command.drop_state) drop_state(); in hardlink_workload()
348 if (command.drop_state) drop_state(); in symlink_workload()
[all …]