Home
last modified time | relevance | path

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

/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp149 bool delete_files(const std::string& dir, int n_file, const std::string& basename) { in delete_files() function
189 delete_files(dir, n_file, basename); in create_files()
308 delete_files(command.from_dir, command.n_file, command.from_basename); in create_workload()
316 if (delete_files(command.from_dir, command.n_file, command.from_basename)) in delete_workload()
329 delete_files(command.to_dir, command.n_file, command.to_basename); in move_workload()
341 delete_files(command.from_dir, command.n_file, command.from_basename); in hardlink_workload()
342 delete_files(command.to_dir, command.n_file, command.to_basename); in hardlink_workload()
354 delete_files(command.to_dir, command.n_file, command.to_basename); in symlink_workload()
355 delete_files(command.from_dir, command.n_file, command.from_basename); in symlink_workload()
365 delete_files(command.from_dir, command.n_file, command.from_basename); in readdir_workload()